microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

ThemeAnimations do not respect the UISettings.AnimationsEnabled flag #169

Open marcelwgn opened 4 years ago

marcelwgn commented 4 years ago

When the users chooses to disable animations, the Interactivity animations are still being animated anr are not respecting that setting unlike other transitions and animations on the platform such as PageTransitions.

See this issue over at the XCG for more context.

pedrolamas commented 4 years ago

Can you be a bit more specific please? What class are we discussing here?

marcelwgn commented 4 years ago

Tbh I am not quite sure at this point. According to @MikeHillberg, the animations in question (eg Window.UI.Xaml.Animations.PopinThemeAnimation) are being triggered by the interactivity library aka XAMLBehaviors.