exitAnimations property

List<AndroidResource>? exitAnimations
getter/setter pair

Sets the exit animations. It must contain 2 AndroidResource, where the first one represents the "enter" animation for the application and the second one represents the "exit" animation for the browser.

Officially Supported Platforms/Implementations:

  • Android

Implementation

List<AndroidResource>? exitAnimations;