Cube Jr.: Difference between revisions

From The Wiki Camp 2 Jr.
Jump to navigation Jump to search
(Created page with "{{#css: .scene { width: 50px; height: 50px; perspective: 600px; margin: 10px; } .cube { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; animation: rotatey 5s linear infinite; } .cube-face { position: absolute; width: 50px; height: 50px; } .face-front { transform: rotateY( 0deg) translateZ(25px); background-color: rgba(255, 0, 0, 0.5); } .face-right { transform: rotateY( 90deg) translateZ(25px); background-color: rgba(255, 255, 0, 0.5); }...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Distinguish|JR Cuber}}
{{#css:
{{#css:
.scene {
.scene {
Line 12: Line 14:
position: relative;
position: relative;
transform-style: preserve-3d;
transform-style: preserve-3d;
animation: rotatey 5s linear infinite;
animation: rotatey linear;
animation-delay: 0s !important;
animation-duration: 5s !important;
animation-iteration-count: infinite !important;
}
}


Line 43: Line 48:
</div>
</div>
[[Category:Parlor tricks]]
[[Category:Parlor tricks]]
[[Category:Pages containing a rotating css cube]]
[[Category:Pages containing a rotating css cube jr.]]
[[Category:Pages that don't even remotely resemble a Wikipedia article]]
[[Category:Pages that don't even remotely resemble a Wikipedia article]]
[[Category:Shapes]]
[[Category:Shapes]]
[[Category:Juniors]]

Latest revision as of 23:51, 26 October 2024