Skip to content

Instantly share code, notes, and snippets.

@rickhernandezio
Created January 8, 2018 02:19
Show Gist options
  • Save rickhernandezio/9fa47a56d87ec8fdd15fadcb6cfa31a9 to your computer and use it in GitHub Desktop.
Save rickhernandezio/9fa47a56d87ec8fdd15fadcb6cfa31a9 to your computer and use it in GitHub Desktop.
Animate.css Tutorial - Building a Image Slider with jQuery
<div class="col l7 product">
<img src="/img/demo-product-1.png" alt="Sparkki LMS System Demonstration" class="responsive-img animated fadeIn version-1"></a>
<img src="/img/demo-product-2.png" alt="Sparkki LMS System Demonstration" class="responsive-img hidden version-2"></a>
<img src="/img/demo-product-3.png" alt="Sparkki LMS System Demonstration" class="responsive-img hidden version-3"></a>
<img src="/img/demo-product-4.png" alt="Sparkki LMS System Demonstration" class="responsive-img hidden version-4"></a>
<img src="/img/demo-product-5.png" alt="Sparkki LMS System Demonstration" class="responsive-img hidden version-5"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment