react-parabola-animation
v0.0.2
Published
A collection of animation effects component
Downloads
1
Readme
Create a collection of animation effects component
Install
npm i react-parabola-animation
Usage
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
- 运动抛物线曲率 }