Hi Developers,
I am facing strange issue in Xamarin.Forms RelRotateTo method. I am using this method to rotate a image to show as loading indicator.
I just change the visibility of the image container (Relativelayout). On visibility, start the rotation of the image using RelRotateTo inside a unconditional while loop. But the problem is on each visibility it increase the speed of rotation. Anyone have idea about this?
↧
Animation Duration is continuously increasing in RelRotateTo method.
↧