• Resolved Art

    (@art1986)


    I have to use the following CSS to enable animations for reduced motion devices. Can we please have a checkbox in Elementor’s settings to allow us to decide whether or not our websites should animate or not? Thank you 🙂

    @media (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation: inherit;
        animation: inherit;
    	}}
    
    .animated {
        -webkit-animation-duration: 1.25s;
    	animation-duration: 1.25s;}
    • This topic was modified 4 years, 2 months ago by Art.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Elementor animations not working (reduced motion)’ is closed to new replies.