jQuery Slideshow Tip Cards

This is an animated card layout.
Modern browsers such as Chrome, Firefox, and Safari on desktop have been tested. I have not tested this on IE.
Tip Cards plugin let you create a layout of cards with a card-like interaction that you see on Google Tips Page. I've also added several new animation options so that you can personalize it to your own liking.
To add this to your website, all you have to do is include the latest jQuery library together withjquery.tip_cards.js and tip_cards.css into your document's <head>, and follow the HTML markup as shown below.
This is the default markup if you are looking to replicate the effect you see on Google Tips Page.
<body> .. <ul class="tips"> <li> <div class="tc_front"> <a href="#tip1">...</a> </div> <div class="tc_back">...</div> <div id="tip1" class="tip"> <div class="tc_front">...</div> <div class="tc_back">...</div> </div> </li> .. </body>
Read more:https://github.com/peachananr/tip_cards
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu buttons carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu