0.0.2 • Published 7 years ago
react-parabola-animation v0.0.2
Create a collection of animation effects component
Install
npm i react-parabola-animationUsage
import Active from 'react-parabola-animation'
render() {
// ......
return (
<div className="App">
// ......
<Active element={e} fadeOut={this.handleFadeOut} {...ballInfo} />
</div>
)
}- element - 获取点击收藏的事件对象
- fadeOut - 挂载或卸载
react-parabola-animation组件的函数 - ballInfo : {
ballsTarget: {sx- X轴 ,sy- Y轴 } - 目标位置坐标,curvature- 运动抛物线曲率 }