How to use the rc-bullets function in rc-bullets

To help you get started, we’ve selected a few rc-bullets examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github zerosoul / rc-bullets / example / src / containers / Dashboard.js View on Github external
useEffect(() => {
    let tmp = new BulletScreen('.screen');
    setCurrScreen(tmp);
  }, []);
  const handleInput = ({ target: { value } }) => {
github zerosoul / rc-bullets / example / src / containers / Dashboard / index.js View on Github external
useEffect(() => {
    if (!currScreen) {
      currScreen = new BulletScreen('.screen');
      currScreen.push(
        ,
        { duration: 40, top: '45%' }
      );
    }
  }, []);
  const handleInput = ({ target: { value } }) => {

rc-bullets

awesome barrage powered by CSS3 animation and built by react

MIT
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis

Popular rc-bullets functions