
Collection of Flips and effects of cards using CSS3 3D and jQuery. Easy to implement with your CSS & HTML markup Works in all modern browsers (Google Chrome, Safari & Firefox) what you need: flipCard.css (all the style and effects needed to flip cards) flipCard.js (all the events needed to trigger the effects) jquery-1.8.3.min.js (written with jquery) Simple html markup (all examples are in the index.html file) extra: style.css (some random style for the basic markup, not needed) You can change the dimensions of the cards just by specifying the width and the height with this peace of css code: .card-container { width: 200px; height: 200px; } Change Log ----> Update: Jul 3, 2014 Fixed some issues with Firefox v30 ----> Update: Feb 26, 201...














