rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

trying to get it to work, having issues #225

Open ryanhellerud1 opened 9 years ago

ryanhellerud1 commented 9 years ago

still new to jquery and js but im trying to get this working on hover, but it would be nice if we had some example code usage. I have right now

$('.navlinks').hover(function(){ $(this).transition({ perspective: '500px', rotateX: 360, rotateY: 360 }) });

the effect works once but then stops and wont work again, what is the problem?

baijunjie commented 9 years ago

I think this should be able to solve your problem, support the stop(). https://github.com/baijunjie/jquery.animate