Skip to content

Instantly share code, notes, and snippets.

@pomle
Created January 13, 2017 21:01
Show Gist options
  • Save pomle/f12152c8a93f1fed3bff96bce9703696 to your computer and use it in GitHub Desktop.
Save pomle/f12152c8a93f1fed3bff96bce9703696 to your computer and use it in GitHub Desktop.
(function() {
function wait() {
if (window.Swiper) {
clearInterval(timer);
var swiper = new Swiper ('.swiper-container', {
direction: 'horizontal',
loop: true,
pagination: '.swiper-pagination',
nextButton: 'nav .next',
prevButton: 'nav .prev',
});
}
}
var timer = setInterval(wait, 100);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment