Initial project push.
This commit is contained in:
23
theme/partials/animations.scss
Normal file
23
theme/partials/animations.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
@keyframes grow-shrink {
|
||||
0% {
|
||||
height: 80px;
|
||||
}
|
||||
25% {
|
||||
height: 200px;
|
||||
}
|
||||
50% {
|
||||
height: 250px;
|
||||
}
|
||||
66% {
|
||||
height: 200px;
|
||||
}
|
||||
75% {
|
||||
height: 100px;
|
||||
}
|
||||
90% {
|
||||
height: 300px;
|
||||
}
|
||||
100% {
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user