Microsoft.Maui.Graphics
Microsoft.Maui.Graphics copied to clipboard
Animation speed
Is there a way to adjust the Speed of an animation, like in Xamarin Lottie AnnimationView ? I don't find this !
Look at the duration parameter of the commit method. That controls the speed at which the animation completes and/or loops.