moved animations
This commit is contained in:
@@ -22,4 +22,9 @@
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes scrollUp {
|
||||
0% { transform: translateY(0); }
|
||||
100% { transform: translateY(-33.33%); }
|
||||
}
|
||||
Reference in New Issue
Block a user