Home / Animation / Flippy - jQuery flip effect plugin
Flippy - jQuery flip effect plugin

Flippy - jQuery flip effect plugin

Download Demo
  • Overview
  • Documents
User Rating: 0/5 ( 0 votes)
Your Rating:

Flippy is a cross-browser flip effect plugin for jQuery which allows you to flip whatever html element you want. It now supports rgba colors

Features

  • Use CSS3 transform option when the browser supports it
  • Animate multiple element simultaneously
  • Revert the last flip animation with $('#myElement').flippyReverse();
  • Multiple callback on start, half way, during the animation and when finished
  • Flip content without breaking event bindings

Cross browser ?

The Flippy plugin works fine for every modern web browser except Internet Explorer 8 and before (of course…). In this demo I used the excanvas.js file to allow the use of canvas in older IE versions. You can find it here.

Source: blog.guilhemmarty.com

Scroll To Top