3

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.

Alex Lockwood
  • 83,063
  • 39
  • 206
  • 250
user3225831
  • 477
  • 9
  • 16

1 Answers1

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