yemM / flippy

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
140 stars 98 forks source link

Add functionality to prevent injecting/removing DOM elements #37

Closed zSher closed 10 years ago

zSher commented 10 years ago

This fork allows Flippy to use css instead of append and remove to flip content. Removing elements from the DOM can break event bindings, for example backbone.js events. Devs using Flippy already do not have to modify their code with this update, the css feature is optional.

I included an html demo for using css and updated the docs.