headkit
headkit

Reputation: 3327

jquery image flip-rotation effect

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

Answers (2)

Marcin
Marcin

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

Todd
Todd

Reputation: 676

This one! https://github.com/heygrady/transform/wiki/

Upvotes: 2

Related Questions