Fancy parallax animations, often done with Webflow Interactions, can be problematic for some users. prefers-reduced-motion is a media query to solve the problem but it's not easy to manipulate Webflow Interactions through code.
Hope there's a switch of some sorts in the Trigger section to disable the animation when appropriate. Even better: to be able to select an alternative animation for it in case the animation manipulates crucial content (e.g. accordions).
For those still looking for alternatives, the new GSAP animations let you disable the animation if the user has
prefers-reduced-motionenabled in their browser. This also applies on iOS for people who have low power mode enabled, since turning it on automatically enablesprefers-reduced-motionin the browser.Please incorporate.
+1
Would love to see an option to disable, or select an alternative interaction when triggered.
My background is in animation/motion design. Lotties, triggers, animation timelines etc in Webflow has opened up a world of opportunity, but it would be even more awesome if I could trigger an audio file, for instance, when a Lottie triggers it's playback.