Stats Animation

Developer
Size
2,585 Kb
Views
18,216

How do I make an stats animation?

What is a stats animation? How do you make a stats animation? This script and codes were developed by Alex Pate on 24 November 2022, Thursday.

Stats Animation Previews

Stats Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Stats Animation</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="bars"> <div class="bars__wrapper"> <span></span> <span></span> <span></span> </div>
</div>
</body>
</html>

Stats Animation - Script Codes CSS Codes

body { background: #27343d; font-family: 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased;
}
.bars { position: relative; width: 40px; height: auto; margin: 300px auto; padding-left: 50px;
}
.bars:before { content: "Stats"; color: #fff; font-size: 16px; font-weight: light; position: absolute; left: 0; top: 2px;
}
.bars .bars__wrapper { width: 40px; height: auto; overflow-x: hidden;
}
.bars span { width: 40px; height: 4px; background: #fff; position: relative; display: block; margin-bottom: 5px; border-radius: 2px; -webkit-transform-style: preserve-3d; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation-timing-function: ease-in-out; -webkit-animation-direction: alternate; -webkit-animation-iteration-count: infinite;
}
.bars span:nth-of-type(1) { -webkit-animation-name: bar; -webkit-animation-duration: 1.3s;
}
.bars span:nth-of-type(2) { -webkit-animation-name: bar-2; -webkit-animation-duration: 0.8s;
}
.bars span:nth-of-type(3) { margin-bottom: 0; -webkit-animation-name: bar-3; -webkit-animation-duration: 1.9s;
}
@-webkit-keyframes bar { 0% { -webkit-transform: translateX(-6%); } 100% { -webkit-transform: translateX(-60%); }
}
@-webkit-keyframes bar-2 { 0% { -webkit-transform: translateX(-30%); } 100% { -webkit-transform: translateX(-55%); }
}
@-webkit-keyframes bar-3 { 0% { -webkit-transform: translateX(-40%); } 100% { -webkit-transform: translateX(-60%); }
}
Stats Animation - Script Codes
Stats Animation - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 3
Size 2,585 Kb
Views 18,216
Do you need developer help for Stats Animation?

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!

Alex Pate (alexpate) Script Codes
Create amazing SEO content 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!