Skip to content

Animated gifs do not start initially #7019

@mattleibow

Description

@mattleibow

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

  1. Add an animated gif to a project
  2. Add an <Image> to the XAML
  3. Set the IsAnimationPlaying=True
  4. Run app
  5. Observe the gif is not animating
  6. Hot reload the value to false then true
  7. 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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions