Skip to content

Releases: iamgio/animated

0.4.2

06 Mar 12:05
Compare
Choose a tag to compare
  • Added two AnimationPair constructors to cover all the possible cases: (Animation in, AnimationFX out) and (AnimationFX out, Animation out);
  • Added a specific IllegalArgumentException error when passing one or more null values to AnimationPair (from #1);
  • Downgraded Kotlin from 1.5.31 to 1.4.31 for compatibility reasons (from #1).

0.4.1

21 Oct 15:01
Compare
Choose a tag to compare

Added Kotlin extension functions.

0.4.0

12 Oct 09:46
Compare
Choose a tag to compare

Implemented AnimatedThemeSwitcher.
More here.

0.3.0

09 Jun 20:25
Compare
Choose a tag to compare
  • Added PropertyWrapper.of;
  • Added Circle to AnimatedSize constructor arguments;
  • Added missing AnimatedContainer#relocationCurve documentation.

0.2.1

08 Jun 11:17
Compare
Choose a tag to compare

Fixed JitPack deployment.

v0.2.0

06 Jun 11:26
Compare
Choose a tag to compare
  • Added animated containers: AnimatedVBox and AnimatedHBox;
  • Renamed SwitchAnimation to AnimationPair;
  • AnimationPair now has public constructors.

v0.1.0

31 May 16:22
Compare
Choose a tag to compare
  • Added AnimationProperty in order to animate a property without an Animated node;
  • Added AnimatedDropShadow and AnimatedBlur;
  • AnimatedMulti has been optimized;
  • Added AnimatedShadowTest example and demo.

v0.0.1

20 Apr 07:36
Compare
Choose a tag to compare

Initial release of animated.