Skip to content

1.1.0

Compare
Choose a tag to compare
@iamgio iamgio released this 14 Jul 12:54
· 48 commits to master since this release

Changelog

  • Added AnimatedValueLabel to display some content which is implicitly animated every time its value changes: see the README for further information (example code);
  • Added AnimationProperty#addBinding to bind a property to an animated one;
  • Added IntegerPropertyWrapper to allow animated bindings for int values;
  • Added elastic animation curves: EASE_IN_ELASTIC, EASE_OUT_ELASTIC, EASE_IN_OUT_ELASTIC;
  • AnimatedThemeSwitcher#init now throws an IllegalStateException if it had already been initialized (related to #4);
  • Removed the generic type from the CustomizableAnimation#custom method signature;
  • Moved the Pausable interface to the new common package.