Flip your HTML element using Flip, JQuery Plugin
Flip is a plugin for jquery that will flip your elements in four directions.
Avalable Options
- content: define the new content of the flipped box. It works with: html, text or a jQuery object ex:$(“selector”)
- direction: the direction where to flip. Possible values: ‘tb’, ‘bt’, ‘lr’, ‘rl’ (default:’tb’)
- bgColor: Flip element starting background color
- color: Flip element ending background color
- speed: Speed of the two animations (default: 500)
- onBefore: Synchronous function excuted before the animation starts
- onAnimation: Synchronous function excuted at half animation
- onEnd: Synchronous function excuted after animation end
Demo : http://lab.smashup.it/flip/
Requirement :jQuery 1.3.1 (of course!), jQuery UI core + effects core
License : fMIT/GPL license