Skip to content

Instantly share code, notes, and snippets.

@askwpgirl
Created April 9, 2025 14:46
Show Gist options
  • Save askwpgirl/4f48f4fe253ad978d6695b5a1037ba5b to your computer and use it in GitHub Desktop.
Save askwpgirl/4f48f4fe253ad978d6695b5a1037ba5b to your computer and use it in GitHub Desktop.
CSS for Elementor to Respect Reduced Motion
/* 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