Dear R,
Thanks for using the Animate It!
There is no default way in the plugin to stop the animations on hover.
However, you can stop the animations on hover by adding a custom CSS.
Just follow these steps:
1.In the WordPress back-end, paste the following CSS in Settings > Animate It! > Custom CSS Box
.stop-on-hover:hover{
animation-play-state: paused !important;
}
2. In your animations, add the class
stop-on-hover in the Custom CSS class area.
https://www.downloads.eleopard.in/images/animateit-demo/16/wp5.jpg
This should stop the any animation on hover.
You can check the solution in action here:
https://demo.wpdevcloud.com/test-for-r/
Please let me know if this works for you.