The:General disclaimer: Difference between revisions
Jump to navigation
Jump to search
Jorb changed the content model of the page The:General disclaimer from "CSS" to "wikitext": Piss |
No edit summary |
||
Line 10: | Line 10: | ||
animation: 2s trans ease-out; | animation: 2s trans ease-out; | ||
} | } | ||
@keyframes trans { | |||
0% { | 0% { | ||
transform: translateX(-50%) scale(5); | transform: translateX(-50%) scale(5) rotateY(360deg) rotateZ(360deg) rotate(0); | ||
opacity: 0; | opacity: 0; | ||
} | } | ||
100% { | 100% { | ||
transform: translateX(0) scale(1); | transform: translateX(0) scale(1) rotateY(0deg) rotateZ(360deg) rotate(0); | ||
opacity: 1 | opacity: 1 | ||
} | } |