rc-collapse
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -25,3 +25,6 @@ 'use strict'; | ||
active: function active() { | ||
node.style.height = (show ? height : 0) + 'px'; | ||
// use setTimeout for lost animation in Firefox | ||
setTimeout(function () { | ||
node.style.height = (show ? height : 0) + 'px'; | ||
}); | ||
}, | ||
@@ -28,0 +31,0 @@ end: function end() { |
{ | ||
"name": "rc-collapse", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "rc-collapse 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
16949
353