A jQuery Flip plugin

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

Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *