startAnimations property
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 Chrome Custom Tabs
Implementation
List<AndroidResource>? startAnimations;