-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
37 lines (36 loc) · 1.12 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- docs
- paths
* bezier
- easing
* stepped ease for retro shaky animations
-proxy
* callback proxy
- timeline control
* ffw/rewind/seek/elasetic time factor
* sequence/parallel sugar and methods to skip tweens
* delay before or after
- tween types
* more color transforms
* sprite animation
* spawner
* rotation/scaling
* distinct int optimization in 2D for position, and for array proxy
- demos
* add trails to easing demo, make them tween fade
* rain falling
* shape tweening using lots of particles
* theatrical demo showing parallel and sequenced tweens
- API features
* validation should be in validation classes to get rid of all those ifs in constructor
* lifecycle events -> start,stop,complete
* speed instead of duration
* better safety and error messages on tween misconfiguring
* tail behavior event on tween target going out of scope
* sugar - path/path_args should unite
- performance
* share path_args for polylines
* pool tweens
* convert doubles to floats
* tween group loop in XS
- accuracy
* overshoot support