0.0.2 • Published 5 years ago

react-parabola-animation v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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>
  )
}
  1. element - 获取点击收藏的事件对象
  2. fadeOut - 挂载或卸载 react-parabola-animation 组件的函数
  3. ballInfo : { ballsTarget: { sx - X轴 , sy - Y轴 } - 目标位置坐标, curvature - 运动抛物线曲率 }
0.0.2

5 years ago

0.0.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago