Question

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.

Was it helpful?

Solution

I found this library.

It integrates support library from Google with NineOldAndroid.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top