react数字动画:rc-tween-one动画库的使用


安装:

  npm i rc-tween-one

引入:

import TweenOne from 'rc-tween-one'
import Children from 'rc-tween-one/lib/plugin/ChildrenPlugin'
TweenOne.plugins.push(Children)

使用:

        <TweenOne
          className={styles.allNum}
          animation={{ Children: { value: 100, floatLength: 0, formatMoney: true }, duration: 500 }}
        >
          0
        </TweenOne>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM