Edited height error

This commit is contained in:
o3jvind
2018-07-21 15:49:22 +02:00
parent da774da7b5
commit 7e23e3ccd1
2 changed files with 15 additions and 8 deletions

View File

@@ -54,11 +54,12 @@
animation-timing-function: linear;
}
20% {
height: 90px;
height: 80px;
opacity: 1;
animation-timing-function: linear;
}
30% {
height: 80px;
background-color: rgb(255, 0, 0);
animation-timing-function: linear;
}