question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[UWP] IsPlaying=true does not play the animation

See original GitHub issue

🐛 Bug Report

The following AnimationView does not play in the sample app.

<forms:AnimationView x:Name="animationView"
                     Grid.Row="1"
                     Animation="LottieLogo1.json"
                     HorizontalOptions="FillAndExpand"
                     IsPlaying="True"
                     Loop="True"
                     VerticalOptions="FillAndExpand" />

Expected behavior

I would expect the animation to play if IsPlaying is set to true. This is the behavior on Android and iOS.

Reproduction steps

Replace the animation view in the sample app with the xaml above.

Configuration

Version: 3.1.2

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

UWP animations not playing simultaneously anymore
My problem is that the 3 color animations are not played sync and I can't figure out why. I can't see any problems...
Read more >
Optimize animations, media, and images - UWP applications
Animating a MediaPlayerElement is a similarly bad idea. Beyond the performance detriment, it can cause tearing or other artifacts in the video ...
Read more >
Animations in XAML - Windows apps
Use the animations from the Windows Runtime animation library to integrate the Windows look and feel into your app.
Read more >
Unity 2020.2.0a12
Unity 2020.2.0a12 download and release notes.
Read more >
Animations with the Visual Layer - Windows Developer Blog
Layout animations aren't completely new, of course. UWP has always allowed you to hook up XAML transitions. These animations have tended to be, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found