Android-Transition v0.9.2 Release Notes

Release Date: 2015-08-23 // over 8 years ago
    • ๐Ÿ‘ Allow the transition/animation of a single MenuItem
    • โž• Add ViewTransitionBuilder.height(int) / ViewTransitionBuilder.delayHeight(int)
    • AnimationManager/TransitionAnimation can specify either AnimationController or AnimatorController (Animator is - needed to animate MenuItems but is, for some reason, slow for certain animations like View height manipulation)
    • โฌ‡๏ธ Reduce garbage generation and other optimizations
    • ๐Ÿ›  Fix memory leak with MenuItem transition
    • ๐Ÿ›  Fix incorrect state when reverse transiting a View with a range not between 0f and 1f
    • โœ‚ Remove AnimationManager.removeAnimation(Animation) to support optimization, may add it back in the future