Description
Setting IsAnimationPlaying=True in the XAML does not start the animation, but hot reloading makes it work.
<Image Source="animated_heart.gif" WidthRequest="200" IsAnimationPlaying="True" />
Steps to Reproduce
- Add an animated gif to a project
- Add an
<Image> to the XAML
- Set the
IsAnimationPlaying=True
- Run app
- Observe the gif is not animating
- Hot reload the value to false then true
- Observe the gif animating
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
All
Did you find any workaround?
No response
Relevant log output
No response
Description
Setting
IsAnimationPlaying=Truein the XAML does not start the animation, but hot reloading makes it work.Steps to Reproduce
<Image>to the XAMLIsAnimationPlaying=TrueVersion with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
All
Did you find any workaround?
No response
Relevant log output
No response