Skip to content

Instantly share code, notes, and snippets.

@juanmanuelramallo
Created August 17, 2018 00:08
Show Gist options
  • Save juanmanuelramallo/ab3e6ad35fd26d89aac8a3fb8036afbc to your computer and use it in GitHub Desktop.
Save juanmanuelramallo/ab3e6ad35fd26d89aac8a3fb8036afbc to your computer and use it in GitHub Desktop.
Little carousel object with touch events and slide animation in plain javascript (with a little of jQuery)
(function($) {
$(function() {
var myCarousel = new Carousel('my-carousel-id', { duration: 6000 });
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment