portfolio > gallery animation : invert col animations directions
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
related to #20
This commit is contained in:
parent
8829817e48
commit
deb5f59d5e
1 changed files with 2 additions and 2 deletions
|
|
@ -92,12 +92,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-animation--vertical :global(.gallery-animation__column:nth-child(odd) .gallery-animation__track) {
|
.gallery-animation--vertical :global(.gallery-animation__column:nth-child(odd) .gallery-animation__track) {
|
||||||
animation-name: galleryScrollDown;
|
animation-name: galleryScrollUp;
|
||||||
animation-duration: var(--gallery-duration);
|
animation-duration: var(--gallery-duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-animation--vertical :global(.gallery-animation__column:nth-child(even) .gallery-animation__track) {
|
.gallery-animation--vertical :global(.gallery-animation__column:nth-child(even) .gallery-animation__track) {
|
||||||
animation-name: galleryScrollUp;
|
animation-name: galleryScrollDown;
|
||||||
animation-duration: var(--gallery-duration);
|
animation-duration: var(--gallery-duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue