0.8.0 • Published 7 years ago
bezier-easing-editor v0.8.0
bezier-easing-editor
Cubic Bezier Curve editor made with React & SVG.
Example
Controlled / Uncontrolled Component
bezier-easing-editor allows to be Controlled:
you have to provide value and an onChange handler
to enable the edition.
<BezierEditor value={this.state.val} onChange={val => this.setState({ val })} />bezier-easing-editor allows to be Uncontrolled:
just define a defaultValue:
<BezierEditor defaultValue={[0.2, 0.2, 0.8, 0.8]} onChange={console.log.bind(console)} />See also
0.8.0
7 years ago
0.7.0
9 years ago
0.6.0
9 years ago
0.5.0
10 years ago
0.4.6
10 years ago
0.4.5
10 years ago
0.4.4
10 years ago
0.4.3
11 years ago
0.4.1
11 years ago
0.4.0
11 years ago
0.3.4
11 years ago
0.3.2
11 years ago
0.3.1
11 years ago
0.3.0
11 years ago
0.2.0
11 years ago
0.1.4
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
