indicator-ui 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14699,11 +14699,11 @@ function Dh(...r) {
|
|
|
14699
14699
|
ease: "power1.in",
|
|
14700
14700
|
duration: 0.5
|
|
14701
14701
|
}, "<").set(e, { visibility: "hidden" }), n), changeHeight: (l) => {
|
|
14702
|
-
const d = l /
|
|
14702
|
+
const d = e.clientHeight, p = Math.abs(d - l) / 500;
|
|
14703
14703
|
return n.clear().to(e, {
|
|
14704
14704
|
height: l,
|
|
14705
14705
|
ease: "power2.out",
|
|
14706
|
-
duration:
|
|
14706
|
+
duration: p
|
|
14707
14707
|
}), n;
|
|
14708
14708
|
} };
|
|
14709
14709
|
}
|