flk-animator
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -27,2 +27,6 @@ class Animator { | ||
for (let event of 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend'.split(' ')) { | ||
element.addEventListener(event, resolve); | ||
} | ||
element.classList.add(...classes.split(' ')); | ||
@@ -29,0 +33,0 @@ }); |
{ | ||
"name": "flk-animator", | ||
"description": "Animate.css animation on elements", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "dist/Animator.js", | ||
@@ -6,0 +6,0 @@ "externals": { |
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
6865
123