blivesta / animsition

A simple and easy jQuery plugin for CSS animated page transitions.
http://git.blivesta.com/animsition
MIT License
3.83k stars 783 forks source link

Use alternate animation to clicked item #127

Open dlewand691 opened 7 years ago

dlewand691 commented 7 years ago

I have a grid of items that each use zoom-out when clicked. What I'd like to have happen is that when an individual item is clicked that specific item uses a different transition (possibly one that zooms in and fades out).

Is there currently a way to achieve this? If not, any recommendations?