You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a bool "Animated" BindableProperty to enable or disable animation.
Having option to show the animation or not would be nice to have.
If implemented, the SKCanvasView have to be invalidated animated or not after IsCheckedChanged event to redraw the canvas.
In rare instances, spamming the Checkbox will throw a InvalidOperationException due to the animation Task index getting mixed up.
The text was updated successfully, but these errors were encountered:
Adding a bool "Animated" BindableProperty to enable or disable animation.
Having option to show the animation or not would be nice to have.
If implemented, the SKCanvasView have to be invalidated animated or not after IsCheckedChanged event to redraw the canvas.
In rare instances, spamming the Checkbox will throw a InvalidOperationException due to the animation Task index getting mixed up.
The text was updated successfully, but these errors were encountered: