Hi!
Triying to use this sample code from https://docs.nativescript.org/ui/animation i can't get the animation work on IOS (it works ok on Android)
view.animate({
rotate: 360,
duration: 3000
});
But if i change it to
view.animate({
rotate: 180,
duration: 3000
});
It works perfect. Any idea about why only works with 180 degrees?
Regards
Cacho
Reactions are currently unavailable
Hi!
Triying to use this sample code from https://docs.nativescript.org/ui/animation i can't get the animation work on IOS (it works ok on Android)
view.animate({
rotate: 360,
duration: 3000
});
But if i change it to
view.animate({
rotate: 180,
duration: 3000
});
It works perfect. Any idea about why only works with 180 degrees?
Regards
Cacho