This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Releases: illa4257/dn-AniPP
Releases · illa4257/dn-AniPP
v1.3 - More curves!
Changelog:
[+] New argument $timeScale = 1 (deltaTimer)
[+] Curves: EaseBack, EaseBackIn, EaseBackOut, EaseBounce, EaseBounceIn, EaseBounceOut, EaseCirc, EaseCircIn, EaseCircOut,
EaseCubic, EaseCubicIn, EaseCubicOut, EaseElastic, EaseElasticIn, EaseElasticOut, EaseExpo, EaseExpoIn, EaseExpoOut, EaseQuart,
EaseQuartIn, EaseQuartOut, EaseQuint, EaseQuintIn, EaseQuintOut, EaseSine, EaseSineIn & EaseSineOut.
[*] Curve::norm(float $x) : float
+ - added, * - improved.
v1.2 - Custom!
Changelog:
[+] New argument $timer = null (AniPP).
[+] New argument $start = null (deltaTimer).
[+] New static method AniPP::customAnimation(int $duration, callable $onStep, callable $onEnd = null, $curve = null, $timer = null).
[+] New static method AniPP::fade($object, int $duration, float $value, callable $onEnd = null, $curve = null, $timer = null).
[*] Now the $object argument may not necessarily be a UXNode.
[*] Improved AniPP::getCurve($curve).
+ - added, * - improved.
v1.1.1 - Hotfix!
In version v1.1, step sizes were calculated incorrectly.