Basic Infinite Scrolling Background

Developer
Size
2,032 Kb
Views
34,408

How do I make an basic infinite scrolling background?

As simple as it gets.Image and technique stolen from Shopify docs.. What is a basic infinite scrolling background? How do you make a basic infinite scrolling background? This script and codes were developed by Cory Simmons on 04 July 2022, Monday.

Basic Infinite Scrolling Background Previews

Basic Infinite Scrolling Background - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Basic Infinite Scrolling Background</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Basic Infinite Scrolling Background - Script Codes CSS Codes

body { height: 100vh; display: -webkit-box; display: -ms-flexbox; display: box; display: flex; -webkit-box-align: center; -o-box-align: center; -ms-flex-align: center; align-items: center;
}
div { width: 100vw; height: 300px; background: #eee url("http://i.imgur.com/ZUkeIji.png"); -webkit-animation: scrollBg 15s linear infinite; animation: scrollBg 15s linear infinite; background-size: 300px;
}
@-webkit-keyframes scrollBg { 0% { background-position: 0 0; } 100% { background-position: 0 -300px; }
}
@keyframes scrollBg { 0% { background-position: 0 0; } 100% { background-position: 0 -300px; }
}
Basic Infinite Scrolling Background - Script Codes
Basic Infinite Scrolling Background - Script Codes
Home Page Home
Developer Cory Simmons
Username corysimmons
Uploaded July 04, 2022
Rating 4.5
Size 2,032 Kb
Views 34,408
Do you need developer help for Basic Infinite Scrolling Background?

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!

Cory Simmons (corysimmons) Script Codes
Create amazing Facebook ads 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!