Monday 21 November 2011

jQuery card flip effect



jQuery card flip effect
Image flipping becoming popular these days. Flip! A jQuery plugin that will flip easily your elements in four directions: left, right, top, and bottom. Flip! is compatible with most web browsers including Microsoft’s Internet Explorer versions 6 and above, Google Chrome, Mozilla Firefox, Opera, and Apple Safari.
The function selects the page element with the id of “flipped” and calls the function flip() which is part of the Flip! plugin.
$(“#flipbox”).flip({
direction:’tb’
})

No comments:

Post a Comment