I would like to animate other icons on my site to be like the feature box animations. Specifically the flip animation on axis X. I set my icon to class flip, now what jquery would I need to add to the page to call the animation?
url is https://joplinhypnosis.com but it is under construction so you can’t see anything. Let me know if you need to login.
It’s not possible, the flip is not just triggered by class name but also by scroll (javascript). And it needs special structure to enable it. It’s not just adding the flip class.
Though, I’ll add this as feature request. It’s a nice effect 🙂