Infinity Wall

Developer
Size
3,275 Kb
Views
8,096

How do I make an infinity wall?

Scrolls a tiled background in an infinitely looping animation.Could look quite nice as a background to a website header.. What is a infinity wall? How do you make a infinity wall? This script and codes were developed by Sabin Tudor on 03 January 2023, Tuesday.

Infinity Wall Previews

Infinity Wall - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Infinity Wall</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <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! */ body, html { position: relative; height: 100%;
}
.container { background: #222; height: 100%; /* max-width: 800px;*/ margin: 0 auto; overflow: hidden; perspective: 1200px;
}
.container:after { box-shadow: inset 5px 5px 80px rgba(0, 0, 0, 0.8); content: ''; position: absolute; top: 0; width: 100%; height: 100%; z-index: 10;
}
.wrap { position: absolute; top: -60%; left: -10%; height: 300%; width: 200%; transform: rotateX(20deg) rotateY(40deg) rotateZ(-20deg); z-index: 5;
}
.pattern { background-size: 500px; position: absolute; top: 0; left: 0; height: 100%; width: 400%; animation: scroll linear 20s infinite;
}
.pattern { background-image: url("https://i.imgur.com/tkKlzYz.jpg");
}
@keyframes scroll { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-4000px, 0, 0); }
}
.credit { color: #fff; font: 12px/12px sans-serif; position: absolute; text-align: center; bottom: 10px; width: 100%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.credit a { color: #eee; text-decoration: none;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <section class="container"> <div class="wrap"> <div class="pattern"></div> </div>
</section> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Infinity Wall - Script Codes CSS Codes

body, html { position: relative; height: 100%;
}
.container { background: #222; height: 100%; /* max-width: 800px;*/ margin: 0 auto; overflow: hidden; perspective: 1200px;
}
.container:after { box-shadow: inset 5px 5px 80px rgba(0, 0, 0, 0.8); content: ''; position: absolute; top: 0; width: 100%; height: 100%; z-index: 10;
}
.wrap { position: absolute; top: -60%; left: -10%; height: 300%; width: 200%; transform: rotateX(20deg) rotateY(40deg) rotateZ(-20deg); z-index: 5;
}
.pattern { background-size: 500px; position: absolute; top: 0; left: 0; height: 100%; width: 400%; animation: scroll linear 20s infinite;
}
.pattern { background-image: url("https://i.imgur.com/tkKlzYz.jpg");
}
@keyframes scroll { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-4000px, 0, 0); }
}
.credit { color: #fff; font: 12px/12px sans-serif; position: absolute; text-align: center; bottom: 10px; width: 100%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.credit a { color: #eee; text-decoration: none;
}
Infinity Wall - Script Codes
Infinity Wall - Script Codes
Home Page Home
Developer Sabin Tudor
Username NyX
Uploaded January 03, 2023
Rating 3
Size 3,275 Kb
Views 8,096
Do you need developer help for Infinity Wall?

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!

Sabin Tudor (NyX) Script Codes
Create amazing captions 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!