- EaseCurve: Optmization the type of EaseCurve.
-
typescript: Rewrite width typescript.
-
tween: Common easecurve will be calculated using the tween function.
- createAnimator: A simple function to create an animator.
- injectNewCurve: injectNewCurve renamed to extendCurves.
- babel: Upgrade babel compilation mode.
- core: Do some optimizations.
- core: Default export exception.
- ES5: Use babel to transcode to
ES5
.
- curve: Optmization curve
easeOutCubic
.
- core: Add try cacth to enhance compatibility (when the parameter exception causes an error, it returns directly to the "End State").
- core: Fix an exception caused by a variable name error.
- curve: Improve the commonly used easing curve.