Questions tagged [jquery-transit]

jQuery Transit is a jQuery plugin to help you do CSS transformations and transitions in jQuery.

jQuery Transit is, according to its website, a jQuery plugin to help you do CSS transformations and transitions in jQuery.

32 questions
0
votes
1 answer

cannot repeat animation - jQuery Transit

Using the jQuery plugin Transit, I cannot get my animation to repeat itself more then just once. This is my jQuery: $('.cart').mouseenter(function(){ $('.cartIcon').transition({ perspective: '500px', rotateY: 360 , …
0
votes
1 answer

jQuery Transit animation not working in Firefox or IE

I've been trying to mess around with the jQuery transit easing class located at: http://ricostacruz.com/jquery.transit/ I've set up a simple chaining of 4 .class elements, that I move from one spot to another. This is working fine in Crome - however…
user1231561
  • 3,239
  • 6
  • 36
  • 55
1 2
3