nativescript-gradient
nativescript-gradient copied to clipboard
Unwanted animation on Layout's first show in iOS
In iOS, Gradient layout is animated when shown for the first time in the NativeScript + Angular app. (tns version: 3.4.3, tns-ios version: 3.4.1)
Steps to reproduce:
- Create an empty project.
- Add Gradient plugin to the project.
- Add Gradient Layout to html and bind it's visibility to variable with default value 'collapsed'.
- Change Gradient's visibility to 'visible' on any event like Button's tap.
- After the first visibility change, next changes are rendered instantly like an ordinary StackLayout.
+1 Any way to stop from happening?