How do we implement new setExitTransition and Circle reveal effects on Kitkat ? i am having trouble implementing this two methods in my app. I appreciate if someone could help me out. i am sure many others also facing same problem.
Asked
Active
Viewed 1,023 times
1 Answers
2
You can't. The setExitTransition
method, the Explode
transition, and the circular reveal animation were all added in Lollipop and there is currently no backwards-compatible way to run them on previous versions of the platform.

Alex Lockwood
- 83,063
- 39
- 206
- 250
-
Oh i thought they have provided support library for that and i am the only one who is not able to find it. – user3225831 Nov 07 '14 at 20:06
-
2There is currently no support library for Lollipop transitions. – Alex Lockwood Nov 07 '14 at 20:33