5 lines
170 B
SCSS
5 lines
170 B
SCSS
.scrolling-title {
|
|
transform: translate3d(calc(-1px * var(--parallax-x) * 100), 0, 0);
|
|
transition: transform 1.2s var(--ease-quart);
|
|
will-change: transform;
|
|
} |