My app contains 8 diffrent lottie files. When I use my app for more than 3-4 minutes and I navigate several times to pages with AnimationView, the animations slow down, like there was memory leak or AnimationViews from prevoius pages still exist in background. My animation view definition is:
Create some pages with AnimationView and navigate between them.
After navigate to 15-20 pages you will see that performance of AnimationView decreased significantly. AnimationView is much slower than when you launched an app.
🐛 Bug Report
My app contains 8 diffrent lottie files. When I use my app for more than 3-4 minutes and I navigate several times to pages with AnimationView, the animations slow down, like there was memory leak or AnimationViews from prevoius pages still exist in background. My animation view definition is:
<forms:AnimationView x:Name="animationView" RepeatMode="Infinite" Grid.Column="1" CacheComposition="False" Grid.Row="0" Animation="crown.json" AutoPlay="True"/>
Here is my animation 46320-crown (1).zip
Expected behavior
Animations don't slow down.
Reproduction steps
Configuration
Version: 4.0.9
Platform: