Bump Harbor client versions and refine arrow reveal animation
This commit is contained in:
@@ -471,7 +471,7 @@ p {
|
||||
from {
|
||||
opacity: 0;
|
||||
filter: blur(3px);
|
||||
transform: translateX(-4.8em);
|
||||
transform: translateX(4.8em);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -529,14 +529,14 @@ p {
|
||||
stroke-width: 1.35;
|
||||
transform: translateY(-50%);
|
||||
transition: color 320ms ease, opacity 320ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
|
||||
animation: harbor-mode-arrows-discovered 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
||||
animation: harbor-mode-arrows-discovered 260ms 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
||||
}
|
||||
|
||||
@keyframes harbor-mode-arrows-discovered {
|
||||
from {
|
||||
opacity: 0;
|
||||
filter: blur(3px);
|
||||
transform: translate(-48px, -50%);
|
||||
transform: translateY(-50%) scale(0.72);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user