marquee3001
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -124,4 +124,5 @@ /** | ||
static init(options = { selector: 'marquee3k' }) { | ||
let animationId = null; | ||
window.cancelAnimationFrame(animationId); | ||
let animationId; | ||
window.cancelAnimationFrame(animationId); | ||
window.MARQUEES = []; | ||
const marquees = Array.from(document.querySelectorAll(`.${options.selector}`)); | ||
@@ -128,0 +129,0 @@ let previousWidth = window.innerWidth; |
{ | ||
"name": "marquee3001", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Internet marquees in HD!", | ||
@@ -5,0 +5,0 @@ "keywords": ["marquee", "marquees"], |
Sorry, the diff of this file is not supported yet
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
32401
274