bulma-extensions
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -14,5 +14,13 @@ class Carousel { | ||
this.prevSlide(); | ||
if (this.autoplayInterval) { | ||
clearInterval(this.autoplayInterval); | ||
this.autoPlay(this.element.dataset.delay || 5000); | ||
} | ||
}, false); | ||
this.element.querySelector('.carousel-nav-right').addEventListener('click', (e) => { | ||
this.nextSlide(); | ||
if (this.autoplayInterval) { | ||
clearInterval(this.autoplayInterval); | ||
this.autoPlay(this.element.dataset.delay || 5000); | ||
} | ||
}, false); | ||
@@ -19,0 +27,0 @@ |
{ | ||
"name": "bulma-carousel", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Display a Image / Content carousel", | ||
@@ -5,0 +5,0 @@ "main": "carousel.sass", |
{ | ||
"name": "bulma-extensions", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "Set of extensions for Bulma.io CSS Framework", | ||
@@ -5,0 +5,0 @@ "main": "extensions.sass", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
502521
8161