diff --git a/docsite/index.css b/docsite/index.css
index e22ca418..c7737251 100644
--- a/docsite/index.css
+++ b/docsite/index.css
@@ -535,7 +535,7 @@ pre[class*="language-"] {
&:is(:hover,:focus) {
transform: scale(1.5);
transition-delay: 0s;
- transition-timing-function: var(--ease-elastic-3);
+ transition-timing-function: var(--ease-elastic-out-3);
&::before {
opacity: 1;
@@ -1436,7 +1436,7 @@ input[type="range"] {
stroke-width: 2px;
transform-origin: center center;
transition:
- transform .5s var(--ease-elastic-4),
+ transform .5s var(--ease-elastic-out-4),
opacity var(--_opacity-dur) var(--ease-3);
@nest :hover > svg > & {
diff --git a/docsite/index.html b/docsite/index.html
index 2592d624..f9d26fb7 100644
--- a/docsite/index.html
+++ b/docsite/index.html
@@ -119,7 +119,7 @@
CSS variables.
- v1.5.16
+ v1.6.2