How do I add the classes for divs that are dynamically generated.
For instance, a team page would have several "staff" created on the backend by the wordpress user. How do I tell motion.page to detect and apply a set of animations for each new "staff"?
I would like to hover over each "staff's" picture profile and for that particular staff member's picture to enlarge slightly, how do I do this dynamically with motion.page
I tried assigning a team--picture class on the template block that is used to generate each staff's picture. However, when I hover over any picture, all the staff's pictures will hover.
Help greatly appreciated!