css-animation
Advanced tools
Comparing version 1.2.3 to 1.2.5
@@ -105,7 +105,6 @@ 'use strict'; | ||
nodeClasses.add(className); | ||
if (start) { | ||
start(); | ||
} | ||
nodeClasses.add(className); | ||
@@ -116,6 +115,7 @@ node.rcAnimTimeout = setTimeout(function () { | ||
if (active) { | ||
active(); | ||
setTimeout(active, 0); | ||
} | ||
fixBrowserByTimeout(node); | ||
}, 0); | ||
// 30ms for firefox | ||
}, 30); | ||
@@ -122,0 +122,0 @@ return { |
{ | ||
"name": "css-animation", | ||
"version": "1.2.3", | ||
"version": "1.2.5", | ||
"description": "css-animation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9548
219
0