IAmGio Animated Versions Save

:ocean: Modern animation library for JavaFX.

v0.4.2

2 years ago
  • 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).

v0.4.1

2 years ago

Added Kotlin extension functions.

v0.4.0

2 years ago

Implemented AnimatedThemeSwitcher.
More here.

v0.3.0

2 years ago
  • Added PropertyWrapper.of;
  • Added Circle to AnimatedSize constructor arguments;
  • Added missing AnimatedContainer#relocationCurve documentation.

v0.2.1

2 years ago

Fixed JitPack deployment.

v0.2.0

2 years ago
  • Added animated containers: AnimatedVBox and AnimatedHBox;
  • Renamed SwitchAnimation to AnimationPair;
  • AnimationPair now has public constructors.

v0.1.0

3 years ago
  • 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

3 years ago

Initial release of animated.