文件名称:react-smooth:React动画
文件大小:251KB
文件格式:ZIP
更新时间:2024-05-24 03:31:42
JavaScript
React平稳 react-smooth是React上的动画库。 安装 npm install --save react-smooth 用法 简单的动画 < Animate xss=removed xss=removed xss=removed> < div> < / Animate > 步骤动画 const steps = [ { style : { opacity : 0 , } , duration : 400 , } , { style : { opacity : 1 , transform : 'translate(0, 0)' , } , duration : 1000 , } , { style : { transform : 'translate(100px, 100px)' ,
【文件预览】:
react-smooth-master
----.gitignore(71B)
----README.md(5KB)
----CHANGELOG.md(3KB)
----.github()
--------workflows()
----test()
--------index.spec.js(2KB)
----.prettierrc(52B)
----LICENSE(1KB)
----.eslintrc(635B)
----package.json(3KB)
----src()
--------AnimateManager.js(1KB)
--------configUpdate.js(3KB)
--------AnimateGroup.js(1004B)
--------setRafTimeout.js(347B)
--------util.js(3KB)
--------AnimateGroupChild.js(2KB)
--------Animate.js(8KB)
--------index.js(267B)
--------easing.js(4KB)
----scripts()
--------build.js(199B)
--------release.sh(965B)
----jest.config.js(87B)
----.eslintignore(7B)
----.travis.yml(137B)
----.editorconfig(263B)
----webpack.config.js(2KB)
----babel.config.js(767B)
----package-lock.json(1.01MB)
----demo()
--------SimpleAnimation()
--------Gossip()
--------GroupAnimation()
--------Pendulum()
--------index.html(439B)
--------webpack.config.js(795B)