Fix Page transitions by using a hacky FOUC trick
Seems to work though!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.scrolling-title {
|
||||
transform: translate3d(calc(-1px * var(--parallax-x) * 100), 0, 0);
|
||||
transform: translate3d(var(--parallax-x), 0, 0);
|
||||
transition: transform 1.2s var(--ease-quart);
|
||||
will-change: transform;
|
||||
}
|
||||
Reference in New Issue
Block a user