One of those text scrollers

Developer
Size
2,696 Kb
Views
34,408

How do I make an one of those text scrollers?

What is a one of those text scrollers? How do you make a one of those text scrollers? This script and codes were developed by Aurer on 03 August 2022, Wednesday.

One of those text scrollers Previews

One of those text scrollers - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>One of those text scrollers</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 class="page">	<h1>	<span>Counting up,</span>	<div class="scroller">	<span class="scroller-item">One</span>	<span class="scroller-item">Two</span>	<span class="scroller-item">Three</span>	<span class="scroller-item">Four</span>	<span class="scroller-item">Five</span>	<span class="scroller-item">One</span>	</div>	<span>There!</span>	</h1>
</div>
</body>
</html>

One of those text scrollers - Script Codes CSS Codes

.page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100vh; background: #000; -webkit-animation: colors 8s infinite; animation: colors 8s infinite; -webkit-animation-timing-function: cubic-bezier(0.85, 0.01, 0.19, 0.99); animation-timing-function: cubic-bezier(0.85, 0.01, 0.19, 0.99); font-family: "Helvetica Neue", sans-serif;
}
h1 { text-align: left; display: inline-block; width: auto; margin: auto; font-size: 4em;
}
.scroller { height: 1em; overflow: hidden;
}
.scroller span { display: block; -webkit-animation: scroller 8s infinite; animation: scroller 8s infinite; -webkit-animation-timing-function: cubic-bezier(0.85, 0.01, 0.19, 0.99); animation-timing-function: cubic-bezier(0.85, 0.01, 0.19, 0.99); line-height: 1;
}
.scroller span:nth-child(1) { color: #4b7296;
}
.scroller span:nth-child(2) { color: #578bbd;
}
.scroller span:nth-child(3) { color: #2b97ff;
}
.scroller span:nth-child(4) { color: #168dff;
}
.scroller span:nth-child(5) { color: #386b9a;
}
.scroller span:nth-child(6) { color: #4b7296;
}
@-webkit-keyframes scroller { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { -webkit-transform: translateY(-1em); transform: translateY(-1em); } 40% { -webkit-transform: translateY(-2em); transform: translateY(-2em); } 60% { -webkit-transform: translateY(-3em); transform: translateY(-3em); } 80% { -webkit-transform: translateY(-4em); transform: translateY(-4em); } 100% { -webkit-transform: translateY(-5em); transform: translateY(-5em); }
}
@keyframes scroller { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { -webkit-transform: translateY(-1em); transform: translateY(-1em); } 40% { -webkit-transform: translateY(-2em); transform: translateY(-2em); } 60% { -webkit-transform: translateY(-3em); transform: translateY(-3em); } 80% { -webkit-transform: translateY(-4em); transform: translateY(-4em); } 100% { -webkit-transform: translateY(-5em); transform: translateY(-5em); }
}
@-webkit-keyframes colors { 0% { background-color: #A7BED3; } 20% { background-color: #C5D7E8; } 40% { background-color: #C4E2FF; } 60% { background-color: #AFD8FF; } 80% { background-color: #93B7D8; } 100% { background-color: #A7BED3; }
}
@keyframes colors { 0% { background-color: #A7BED3; } 20% { background-color: #C5D7E8; } 40% { background-color: #C4E2FF; } 60% { background-color: #AFD8FF; } 80% { background-color: #93B7D8; } 100% { background-color: #A7BED3; }
}
One of those text scrollers - Script Codes
One of those text scrollers - Script Codes
Home Page Home
Developer Aurer
Username aurer
Uploaded August 03, 2022
Rating 4.5
Size 2,696 Kb
Views 34,408
Do you need developer help for One of those text scrollers?

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!

Aurer (aurer) 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!