Участник:VTCobaltblood/Test.css: различия между версиями
Перейти к навигации
Перейти к поиску
>VTCobaltblood мНет описания правки |
>VTCobaltblood мНет описания правки |
||
Строка 2: | Строка 2: | ||
to: { transform: scale(300, 300); } | to: { transform: scale(300, 300); } | ||
.tup{ | .tup { | ||
width: 1000px; | width: 1000px; | ||
height: 100px; | height: 100px; | ||
Строка 9: | Строка 9: | ||
} | } | ||
.tup:hover{ | .tup:hover { | ||
animation-play-state: running; | animation-play-state: running; | ||
} | } | ||
body{ font-family: "Comic Sans MS"; } | body { font-family: "Comic Sans MS" !important; } |
Версия от 23:02, 15 июля 2019
@keyframes a {
to: { transform: scale(300, 300); }
.tup {
width: 1000px;
height: 100px;
animation: a 10s linear;
animation-play-state: paused;
}
.tup:hover {
animation-play-state: running;
}
body { font-family: "Comic Sans MS" !important; }