DVD in a triangle: Difference between revisions
Jump to navigation
Jump to search
Pseudosphere (talk | contribs) (Created page with "{{#css: .dvd img { animation: linear dvd; animation-direction: alternate; animation-duration: 16s !important; animation-delay: 0s !important; animation-iteration-count: infinite !important; position: relative; } @keyframes dvd { 0%, 100% {left: 0; top: 0;} 9.090906854033472% {left: 154.26353098545454px; top: 190.85162387216477px;} 16.666662565722355% {left: 80.80470670666666px; top: 0;} 25.00001560719906% {left: 0; top: 209.93741561928337px;} 27.272720562242192% {left: 2...") |
Pseudosphere (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
animation: linear dvd; | animation: linear dvd; | ||
animation-direction: alternate; | animation-direction: alternate; | ||
animation-duration: | animation-duration: 32s !important; | ||
animation-delay: 0s !important; | animation-delay: 0s !important; | ||
animation-iteration-count: infinite !important; | animation-iteration-count: infinite !important; |