This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="cat_daddy_example" data-flipr-container data-flip-on-hover> | |
<div data-flipr-front> Cat Daddy </div> | |
<div data-flipr-back> YouTube Video Goes Here </div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
var flipr = new Flipr.Effect(); | |
flipr.applyTo('body'); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="bicycle_ghost_card" data-flipr-container> | |
<div id="bicycle_card_front" data-flipr-front></div> | |
<div id="bicycle_card_back" data-flipr-back></div> | |
</div> |