rc-animate
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -228,9 +228,9 @@ 'use strict'; | ||
props.onAppear(key); | ||
props.onEnd(key, true); | ||
} | ||
props.onEnd(key, true); | ||
} else { | ||
if (_util2['default'].isEnterSupported(props)) { | ||
props.onEnter(key); | ||
props.onEnd(key, true); | ||
} | ||
props.onEnd(key, true); | ||
} | ||
@@ -237,0 +237,0 @@ if (this.isMounted() && !(0, _ChildrenUtils.isSameChildren)(this.state.children, currentChildren)) { |
{ | ||
"name": "rc-animate", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "css-transition 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
20360