Reputation: 3327
is there any jquery plugin known which could rotate an image around the imagecenter-x axis, like flipping it around?
thnx!
Upvotes: 2
Views: 6477
Reputation: 1615
Use this: http://css-tricks.com/snippets/css/flip-an-image/ + jquery ability to perform animation: You can animate width of image. When width equals to 0 then flip image and animate width from 0 to orginal width.
Upvotes: 2