Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Releases: illa4257/dn-AniPP

v1.3 - More curves!

28 Jun 13:19
Compare
Choose a tag to compare

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!

14 Jun 19:32
Compare
Choose a tag to compare

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!

11 May 16:31
Compare
Choose a tag to compare

In version v1.1, step sizes were calculated incorrectly.

v1.0

09 May 22:29
Compare
Choose a tag to compare

Classes:

  • bundle\anipp\AniPP
  • bundle\anipp\deltaTimer