Spinning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 10: | Line 10: | ||
} | } | ||
50% { | 50% { | ||
transform: scale(0. | transform: scale(0.9) rotateY(180deg); | ||
} | } | ||
100% { | 100% { | ||
| Line 21: | Line 21: | ||
overflow-x: hidden; | overflow-x: hidden; | ||
} | } | ||
#content { | #content { | ||
animation: spin 1s linear infinite; | animation: spin 1s linear infinite; | ||
| Line 29: | Line 30: | ||
color: red; | color: red; | ||
font-weight: 900; | font-weight: 900; | ||
animation: 10s trans ease-out; | |||
} | |||
@keyframes trans { | |||
0% { | |||
transform: translateX(-50%) scale(5); | |||
opacity: 0; | |||
} | |||
33% { | |||
transform: translateX(-50%) scale(5); | |||
opacity: 0; | |||
} | |||
100% { | |||
transform: translateX(0) scale(1); | |||
opacity: 1 | |||
} | |||
} | } | ||
}} | }} | ||
Latest revision as of 17:09, 26 May 2025
Spinnign Is a thing you can do which is awesome.
MOTION SICKNESS WARNING !!!!