better appear detection animation

This commit is contained in:
Rene Haas
2022-07-20 11:19:14 +02:00
parent 6e897cb2e7
commit d56a55b7b5
@@ -103,11 +103,12 @@ $shrink-scale: 0.1;
transition: none; transition: none;
} }
// choose the most lightweight animatable css prop: https://csstriggers.com/
@keyframes os-size-observer-appear-animation { @keyframes os-size-observer-appear-animation {
from { from {
z-index: 0; cursor: auto;
} }
to { to {
z-index: -1; cursor: none;
} }
} }