Created
April 9, 2025 14:46
-
-
Save askwpgirl/4f48f4fe253ad978d6695b5a1037ba5b to your computer and use it in GitHub Desktop.
CSS for Elementor to Respect Reduced Motion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This is a CSS media query for accessibility-aware | |
** browsers respects reduced motion setting in operating systems */ | |
@media (prefers-reduced-motion: reduce) { | |
.elementor-motion-effects-element[style] { | |
transform: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment