Infinite Slideshow

Developer
Size
1,724 Kb
Views
10,120

How do I make an infinite slideshow?

What is a infinite slideshow? How do you make a infinite slideshow? This script and codes were developed by Chris Coyier on 06 January 2023, Friday.

Infinite Slideshow Previews

Infinite Slideshow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Infinite Slideshow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="tech-slideshow"> <div class="mover-1"></div> <div class="mover-2"></div>
</div>
</body>
</html>

Infinite Slideshow - Script Codes CSS Codes

.tech-slideshow { height: 200px; max-width: 800px; margin: 0 auto; position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.tech-slideshow > div { height: 200px; width: 2526px; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/collage.jpg); position: absolute; top: 0; left: 0; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 { -webkit-animation: moveSlideshow 12s linear infinite; animation: moveSlideshow 12s linear infinite;
}
.tech-slideshow .mover-2 { opacity: 0; -webkit-transition: opacity 0.5s ease-out; transition: opacity 0.5s ease-out; background-position: 0 -200px; -webkit-animation: moveSlideshow 15s linear infinite; animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 { opacity: 1;
}
@-webkit-keyframes moveSlideshow { 100% { -webkit-transform: translateX(-66.6666%); transform: translateX(-66.6666%); }
}
@keyframes moveSlideshow { 100% { -webkit-transform: translateX(-66.6666%); transform: translateX(-66.6666%); }
}
Infinite Slideshow - Script Codes
Infinite Slideshow - Script Codes
Home Page Home
Developer Chris Coyier
Username chriscoyier
Uploaded January 06, 2023
Rating 4
Size 1,724 Kb
Views 10,120
Do you need developer help for Infinite Slideshow?

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!

Chris Coyier (chriscoyier) 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!