css-animation
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -45,2 +45,10 @@ 'use strict'; | ||
}, 0); | ||
return { | ||
stop: function stop() { | ||
if (node.rcEndListener) { | ||
node.rcEndListener(); | ||
} | ||
} | ||
}; | ||
}; | ||
@@ -94,3 +102,4 @@ | ||
cssAnimation.removeClass = Css.removeClass; | ||
cssAnimation.isCssAnimationSupported = Event.endEvents.length !== 0; | ||
module.exports = cssAnimation; |
{ | ||
"name": "css-animation", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "css-animation ui component for react", | ||
@@ -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
8131
167