startAnimations property

List<AndroidResource>? startAnimations
getter/setter pair

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

Officially Supported Platforms/Implementations:

  • Android

Implementation

List<AndroidResource>? startAnimations;