Zero-element 3d css corridor

Developer
Size
2,713 Kb
Views
36,432

How do I make an zero-element 3d css corridor?

No markup. What is a zero-element 3d css corridor? How do you make a zero-element 3d css corridor? This script and codes were developed by Keith Clark on 12 August 2022, Friday.

Zero-element 3d css corridor Previews

Zero-element 3d css corridor - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>zero-element 3d css corridor</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ html { perspective: 600px; background: rgb(10,25,10);
}
html,body { position:absolute; top:0; left:0; right:0; bottom:0; transform-style: preserve-3d;
}
html:before,
html:after,
body:before,
body:after { position: absolute; left: 50%; top: 50%; content: ""; background-size: 100% 100%, 400px 400px; animation: 2s move3 linear infinite;
}
/* ceiling */
html:before,
html:after { width: 200px; height: 1600px; margin: -800px -100px; animation: 2s move2 linear infinite;
}
/* walls */
body:before,
body:after { height: 200px; width: 1600px; margin: -100px -800px; background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(10,20,10,.75) 50%, rgba(10,25,10,1)), url(http://keithclark.co.uk/labs/css-fps/wall.jpg);
}
/* ceiling */
html:before { transform: translateY(-100px) rotateX(-90deg); background-image: linear-gradient(rgba(0,0,0,0), rgba(10,20,10,.75) 50%, rgba(10,25,10,1)), url(http://keithclark.co.uk/labs/css-fps/ceil.jpg);
}
/* floor */
html:after { transform: translateY(100px) rotateX(-90deg); background-image: linear-gradient(rgba(0,0,0,0), rgba(10,20,10,.75) 50%, rgba(10,25,10,1)), url(http://keithclark.co.uk/labs/css-fps/floor.jpg);
}
/* left wall */
body:before { transform: translateX(-100px) rotateY(90deg);
}
/* right wall */
body:after { transform: translateX(100px) rotateY(90deg);
}
body { animation: 2s move3 linear infinite;
}
html { animation: 2s move2 linear infinite, 10s move ease-in-out alternate infinite;
}
@keyframes move { from { transform: translateX(-50px) rotateY(7deg) rotateX(2deg) } to { transform: translateX(50px) rotateY(-7deg) rotateX(-4deg) rotateZ(5deg) }
}
@keyframes move2 { from { background-position: 0 0, 0 400px; } to { background-position: 0 0, 0 0; }
}
@keyframes move3 { from { background-position: 0 0, 400px 0; } to { background-position: 0 0, 0 0; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <!--
This is a work in progress
* Need to rething the z movement effect so it can be H/W accelerated
* Need to create tiling textures
* background-position z movement trick can be done with one animation
-->
</body>
</html>

Zero-element 3d css corridor - Script Codes CSS Codes

html { perspective: 600px; background: rgb(10,25,10);
}
html,body { position:absolute; top:0; left:0; right:0; bottom:0; transform-style: preserve-3d;
}
html:before,
html:after,
body:before,
body:after { position: absolute; left: 50%; top: 50%; content: ""; background-size: 100% 100%, 400px 400px; animation: 2s move3 linear infinite;
}
/* ceiling */
html:before,
html:after { width: 200px; height: 1600px; margin: -800px -100px; animation: 2s move2 linear infinite;
}
/* walls */
body:before,
body:after { height: 200px; width: 1600px; margin: -100px -800px; background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(10,20,10,.75) 50%, rgba(10,25,10,1)), url(http://keithclark.co.uk/labs/css-fps/wall.jpg);
}
/* ceiling */
html:before { transform: translateY(-100px) rotateX(-90deg); background-image: linear-gradient(rgba(0,0,0,0), rgba(10,20,10,.75) 50%, rgba(10,25,10,1)), url(http://keithclark.co.uk/labs/css-fps/ceil.jpg);
}
/* floor */
html:after { transform: translateY(100px) rotateX(-90deg); background-image: linear-gradient(rgba(0,0,0,0), rgba(10,20,10,.75) 50%, rgba(10,25,10,1)), url(http://keithclark.co.uk/labs/css-fps/floor.jpg);
}
/* left wall */
body:before { transform: translateX(-100px) rotateY(90deg);
}
/* right wall */
body:after { transform: translateX(100px) rotateY(90deg);
}
body { animation: 2s move3 linear infinite;
}
html { animation: 2s move2 linear infinite, 10s move ease-in-out alternate infinite;
}
@keyframes move { from { transform: translateX(-50px) rotateY(7deg) rotateX(2deg) } to { transform: translateX(50px) rotateY(-7deg) rotateX(-4deg) rotateZ(5deg) }
}
@keyframes move2 { from { background-position: 0 0, 0 400px; } to { background-position: 0 0, 0 0; }
}
@keyframes move3 { from { background-position: 0 0, 400px 0; } to { background-position: 0 0, 0 0; }
}
Zero-element 3d css corridor - Script Codes
Zero-element 3d css corridor - Script Codes
Home Page Home
Developer Keith Clark
Username keithclark
Uploaded August 12, 2022
Rating 4.5
Size 2,713 Kb
Views 36,432
Do you need developer help for Zero-element 3d css corridor?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Keith Clark (keithclark) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!