Участник:VTCobaltblood/Matt.css: различия между версиями
Перейти к навигации
Перейти к поиску
>VTCobaltblood мНет описания правки |
>VTCobaltblood м (lol) |
||
Строка 5: | Строка 5: | ||
100% {bottom: 10px;} | 100% {bottom: 10px;} | ||
} | } | ||
.die { | .die { | ||
animation: a1 | animation: a1 2s linear 2s infinite normal; | ||
} | } | ||
.eid { | .eid { | ||
animation: a2 | animation: a2 2s linear 2s infinite normal; | ||
} | } |
Версия от 02:50, 14 июля 2019
@keyframes a1 {
0% {bottom: 2px;}
25% {bottom: 10px;}
50% {bottom: 30px;}
100% {bottom: 10px;}
}
.die {
animation: a1 2s linear 2s infinite normal;
}
.eid {
animation: a2 2s linear 2s infinite normal;
}