nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
627 stars 312 forks source link

Added auto front & back selection, and parameters for the user to choose #25

Closed JemarJones closed 9 years ago

JemarJones commented 9 years ago

The purpose of this change is to completely remove dependence on the dom. Ive made it so that by default the 1st and 2nd div within $dom and treated as front and back. I've also added options for the user to select the front and back themselves if they wish. Now theres no chance of conflicts or code breaking do to selectors. Existing code with front back selectors will continue to work seamlessly. Please review and let me know if this is acceptable.