prefers-reduced-motion:reduce in Elementor frontend CSS code
-
You have added this snip CSS, but it causes many problems for theme development. In many cases, users turn off some Windows features to make Windows faster, but they want to keep browsing sites smoothly. Please remove this css code and allow theme developers to decide about it!
@media (prefers-reduced-motion:reduce) {
.animated {
animation: none!important
}
html * {
transition-delay: 0s!important;
transition-duration: 0s!important
}
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘prefers-reduced-motion:reduce in Elementor frontend CSS code’ is closed to new replies.