react-animations 介绍
react中的动画集合,可与任何 支持 使用对象定义关键帧动画的内联样式库一起使用,例如Radium或Aphrodite。react-animations实现了animate.css的所有动画。
Merge
react-animations还导出 一个 merge 函数 ,该 函数 接受两个动画并返回 一个 新动画,该动画结合了两者的变换。这是实验性的,并且不会(具有)具有冲突变换的动画(例如fadeIn和)fadeOut。合并动画可以像任何导入的动画一样使用。
import { merge,tada,flip } from 'react-animations';
const tadaFlip = merge(tada,flip);
网站地址 : http://react-animations.herokuapp.com/
GitHub: https://github.com/FormidableLabs/react-animations
网站描述: react中的动画集合
react-animations官方网站
官方网站: http://react-animations.herokuapp.com/
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
查看更多关于react-animations的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did176584