Difference between revisions of "User:Airy/Testing Page"
Jump to navigation
Jump to search
m (Replaced content with "<!--DONT FUCK WITH THIS SHIT DUMBASS!!!--> <noinclude>Category:Functional pages {{Talky|File:Unstable Watch.png|74px|link=https://camp2.rectangle.zone/index.php?titl...") Tag: Replaced |
m |
||
Line 4: | Line 4: | ||
''Press "MOUSE1" to activate your equipment.''</noinclude> | ''Press "MOUSE1" to activate your equipment.''</noinclude> | ||
<!--NOW YOU CAN FUCK WITH THIS SHIT DUMBASS!!!--> | <!--NOW YOU CAN FUCK WITH THIS SHIT DUMBASS!!!--> | ||
− | + | {{#css: | |
− | + | .walk { | |
− | + | position: relative; | |
− | + | height: 100%; | |
− | + | width:inherit; | |
− | + | margin-right:margin-left | |
− | + | text-align: left; | |
− | + | transform:translateX(0%); | |
− | + | animation: move 3s ease-in-out infinite alternate-reverse; | |
− | + | } | |
− | + | @keyframes move { | |
− | + | 0% {transform: translateX(0%);} | |
− | + | 100% {transform: translateX(80%);} | |
− | + | } | |
− | + | .shrub { | |
− | + | animation: shrubAnim 0.5s linear infinite alternate-reverse; | |
− | + | } | |
− | + | @keyframes shrubAnim{ | |
− | + | 0% { transform: translate(0.1px, -0.1px) rotate(0.5deg); scaleY(1);} | |
− | + | 20% { transform: translate(-0.1px, 0.1px) rotate(-0.5deg) scaleY(1.05);} | |
− | + | 40% { transform: translate(0.1px, -0.1px) rotate(0.5deg) scaleY(1);} | |
− | + | 60% { transform: translate(-0.1px, 0.1px) rotate(-0.5deg) scaleY(0.95);} | |
− | + | 80% { transform: translate(0.1px, -0.1px) rotate(0.5deg) scaleY(1);} | |
− | + | 100% { transform: translate(-0.1px, 0.1px) rotate(-0.5deg) scaleY(1.05);} | |
− | + | }} | |
− | + | <span style="font-size:40px><div class="walk"><div class="shrub">[[File:Nerpawhite.png|40px]]</div></div></span> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < |