Skip to content

Commit

Permalink
feat(@okikio/animate): ✨
Browse files Browse the repository at this point in the history
add support for new css properties format; support target(s);

better intellisense; support speed as function;
fix easing bugs;
move all options to UpdateOptions;
add remove, removeTarget, and add methods;
support on visibility change to pause animations;
you can only use promises once;
stop method clears all data now;
use WeakMap's for keyframeeffect and animation for better gc support;
remove redundant methods

remove getoptions, getComputedOption, getTotalDuration, getKeyframeEffect method;
refactor getAnimations;
use null instead undefined for stop method;
  • Loading branch information
okikio committed May 25, 2021
1 parent 3e7fd27 commit 8a83f0e
Showing 1 changed file with 416 additions and 1,200 deletions.

0 comments on commit 8a83f0e

Please sign in to comment.