Example #1
0
 internal static void OnAnimationStopped(IElementController image, FormsAnimationDrawableStateEventArgs e)
 {
     if (image != null && e.Finished)
     {
         image.SetValueFromRenderer(Image.IsAnimationPlayingProperty, false);
     }
 }
 void OnAnimationStopped(object sender, FormsAnimationDrawableStateEventArgs e) =>
 ImageElementManager.OnAnimationStopped(Element, e);