Skip to content

Instantly share code, notes, and snippets.

@askwpgirl
Last active November 13, 2025 19:16
Show Gist options
  • Select an option

  • Save askwpgirl/4f48f4fe253ad978d6695b5a1037ba5b to your computer and use it in GitHub Desktop.

Select an option

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-element.animated {
transform: none !important;
animation: none !important;
}
}
@askwpgirl
Copy link
Author

Older Elementor versions may have a different selector. Comment here if the above doesn't work for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment