Reveal Shop header when scrolling past Intro block
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
justify-content: space-between;
|
||||
transform: translate3d(0, -96px, 0);
|
||||
transition: transform 1s var(--ease-quart);
|
||||
transition-delay: 100ms;
|
||||
|
||||
@include bp (sm) {
|
||||
top: 32px;
|
||||
@@ -36,6 +39,11 @@
|
||||
right: 32px;
|
||||
}
|
||||
|
||||
// Visible state
|
||||
&.is-visible {
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
// Left
|
||||
&__left {
|
||||
dt {
|
||||
|
||||
Reference in New Issue
Block a user