CSS Continuous Slide

Developer
Size
1,634 Kb
Views
12,144

How do I make an css continuous slide?

What is a css continuous slide? How do you make a css continuous slide? This script and codes were developed by Kazu on 28 October 2022, Friday.

CSS Continuous Slide Previews

CSS Continuous Slide - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Continuous Slide</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="flow-wrap"> <div id="flow"></div>
</div>
</body>
</html>

CSS Continuous Slide - Script Codes CSS Codes

body { background: #333; height: 2000px; margin-top: 100px;
}
#flow-wrap { position: relative; width: 100%; height: 400px; overflow: hidden;
}
#flow { position: absolute; top: 0; left: 0; width: 300%; height: 100%; background: url(http://thumbs.dreamstime.com/x/seamless-japanese-modern-background-15445618.jpg); background-repeat: repeat-x;
}
#flow { top: 0; left: 0; -webkit-animation: flowslide 30s infinite linear; animation: flowslide 30s infinite linear; /* opacity: .15; */
}
@-webkit-keyframes flowslide { 0% { left: 0; } 100% { left: -200%; }
}
@-moz-keyframes flowslide { 0% { left: 0; } 100% { left: -200%; }
}
@-o-keyframes flowslide { 0% { left: 0; } 100% { left: -200%; }
}
@keyframes flowslide { 0% { left: 0; } 100% { left: -200%; }
}
CSS Continuous Slide - Script Codes
CSS Continuous Slide - Script Codes
Home Page Home
Developer Kazu
Username carmerano
Uploaded October 28, 2022
Rating 3
Size 1,634 Kb
Views 12,144
Do you need developer help for CSS Continuous Slide?

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!

Kazu (carmerano) Script Codes
Create amazing blog posts 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!