Base:
2 references to IsAnimating
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ImageElementManager.cs (2)
66
if (imageView.Animation != null && imageElement.IsAnimationPlaying && !imageView.
IsAnimating
)
68
else if (imageView.Animation != null && !imageElement.IsAnimationPlaying && imageView.
IsAnimating
)