Here's my setup. I have custom post types rendered as repeating elements on my home page. There are an arbitrary number of them, and they may or may not come and go. Each one has, among other elements, a title and a button that goes to another page. I have made subtle animations (for the first one only at this point) to make a hover over the button trigger a micro animation and color change of the title.
I'm wondering if there's a way to reuse that animation for each repeated group. I'm not too lazy to do them, but I want to set this up to add and remove items from the custom post type and not have to remember to go into the builder and ensure new items get a stock animation.
The animations are simple enough that I can do them as simple CSS animations if this isn't possible. I would like to have all animation-related stuff in one place. :-)