tangled
alpha
login
or
join now
fruno.win
/
webbed-site
0
fork
atom
My personal website
0
fork
atom
overview
issues
pulls
pipelines
Speed up slide out/in transition
fruno.win
2 months ago
533c0316
33d90a51
verified
This commit was signed with the committer's
known signature
.
fruno.win
SSH Key Fingerprint:
SHA256:5b6v+Iyponbm0lKHzwf2Aox/KTUzgno4BrnS3CYd6ys=
+4
-3
1 changed file
expand all
collapse all
unified
split
assets
style.css
+4
-3
assets/style.css
···
335
335
}
336
336
337
337
::view-transition-old(main-content) {
338
338
-
animation: 161ms ease-in both slide-out-up;
338
338
+
animation: 80ms ease-in both slide-out-up;
339
339
}
340
340
341
341
::view-transition-new(main-content) {
342
342
-
animation: 161ms ease-in both slide-in-up;
343
343
-
animation-delay: 161ms;
342
342
+
animation: 80ms ease-in both slide-in-up;
343
343
+
/* Wait for slide-out to complete before sliding in */
344
344
+
animation-delay: 80ms;
344
345
}
345
346
346
347
::view-transition-group(navbar) {