When we have an animation that uses iterations with count over two
example:
var logo = page.getViewById("logo");
logo.animate({
rotate: 360,
duration: 1200,
delay: 100,
iterations: 3, // this will be executed 2 times in iOS and 3 times in Android
curve: "easeIn"
})
If no iterations are set or iterations : 1 everything works normal
tested under iOS 9.3
When we have an animation that uses iterations with count over two
example:
If no iterations are set or iterations : 1 everything works normal
tested under iOS 9.3