Difference between revisions of "User:VTCobaltblood/Test.css"
Jump to navigation
Jump to search
m (?????) |
|||
Line 1: | Line 1: | ||
@keyframes a { | |||
to: { transform: scale(300, 300); } | |||
.tup{ | |||
animation: a 10s linear 1; | |||
animation-play-state: paused; | |||
} | |||
.tup:hover{ | |||
animation-play-state: running; | |||
} |