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.
I found this library.
It integrates support library from Google with NineOldAndroid.