The:General disclaimer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
animation: 2s trans ease-out; | animation: 2s trans ease-out; | ||
} | } | ||
@keyframes trans { | @keyframes trans { | ||
0% { | 0% { | ||
Line 16: | Line 17: | ||
} | } | ||
100% { | 100% { | ||
transform: translateX(0) scale(1 | transform: translateX(0) scale(1); | ||
opacity: 1 | opacity: 1 | ||
} | } |