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