velocity-react
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/twitter-fabric/velocity-react
- 软件文档: https://github.com/twitter-fabric/velocity-react
软件介绍
velocity-react 是为 Velocity.js 提供的 React 组件。
示例代码:
<VelocityComponent animation={{ opacity: this.state.showSubComponent ? 1 : 0 }} duration={500}>
<MySubComponent/>
</VelocityComponent>
