CSS3 Topics
Animate - CSS
Animate.css supports the
prefers-reduced-motion
media query so that users with motion sensitivity can opt out of animations. On supported platforms (currently all the major browsers and OS, including mobile), users can select "reduce motion" on their operating system preferences, and it will turn off CSS transitions for them without any further work required.
<h2 class="animate__animated animate__backInLeft ">
HEADING
</h2>