Create a component for scrolling huge titles
This commit is contained in:
5
src/style/atoms/_scrolling-title.scss
Normal file
5
src/style/atoms/_scrolling-title.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
.scrolling-title {
|
||||
transform: translate3d(calc(-1px * var(--parallax-x) * 100), 0, 0);
|
||||
transition: transform 1.2s var(--ease-quart);
|
||||
will-change: transform;
|
||||
}
|
||||
Reference in New Issue
Block a user