A jQuery Flip plugin

This item was filled under [ Scripts, Web 2.0 ]

Thanks for visiting! If you're new here, you may want to subscribe to my Rss Feed. This blog posts regular Internet news, updates for apps, security, ideas, hacks, quick fixes and everything about hi-tech. Go ahead, Subscribe to our Feed or Register for Free!

image 

A flip-box? What we can do with this jQuery plugin? The first thing that through my mind are the product presentations or using as tab box with flip effect. As you see there are four directions that the script can move. Here is a quick example and some options:


Example

$("#flipBox").flip({ direction: 'tb', color: '#B34212' });

Options

  • 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)

Demo or Download jQuery Flip

Popularity: 2,098 reading
Interesting Articles:

Related post to "A jQuery Flip plugin"

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment