Changelog
2.3.0
Minor Changes
-
add custom-easing with support for complex easing functions like spring, elastic, and bounce;
the CustomEasing, SpringEasing, and ApplyCustomEasing functions generate Array's that emulate custom easing;
addout-in
as an extra supported easing variation for custom-easing alone;add support for ordered transform functions as CSS properties, so, the resulting transform depends on the order you define the transform functions;
add
DestroyableAnimate
, a extended varient of theAnimate
class, that removes all targets from the DOM when it is stopped via thestop()
method;add
tween()
&tweenAttr()
for animating empty elements that are forced on to the DOM, which are removed when the animation is stopped.tweenAttr
uses the "update" event together with an opacity animation of a hidden empty element to animateattributes
andstyles
;update docs with detailed info.;
addEffects
section to docs;
addcomposite
to Animation Options;
add docs on running, testing, & building locally;
add badges to docs;
update API docs;Go through the
@okikio/animate
README.md for more details