Search code examples
androidanimationfragmentobjectanimator

fragment animation using objectanimator on pre-honey


I want to use property animation on my app instead of using tween animation on fragment

Right now, I use NineOldAndroids for normal property animation in my app and it works perfectly.

However, I cannot find the way to integrate this NineOldAndroid with support fragment.

Are there any way to animate fragment with property animation on pre-3.0?

Thanks.


Solution

  • I found this library.

    It integrates support library from Google with NineOldAndroid.