Graph Preloader

Developer
Size
2,291 Kb
Views
34,408

How do I make an graph preloader?

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

Graph Preloader Previews

Graph Preloader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Graph Preloader</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="graph-loading"> <span class="graph-loading__bar"></span> <span class="graph-loading__bar"></span> <span class="graph-loading__bar"></span> <span class="graph-loading__bar"></span> <span class="graph-loading__bar"></span>
</div>
</body>
</html>

Graph Preloader - Script Codes CSS Codes

* { box-sizing: border-box;
}
html,
body { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #f4f7f9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%;
}
.graph-loading { width: 35px; height: 30px;
}
.graph-loading__bar { width: 3px; height: 30px; background: #ddd; display: block; float: left; margin-left: 3px; -webkit-animation: graph-loader 2.5s infinite; animation: graph-loader 2.5s infinite;
}
.graph-loading__bar:nth-of-type(1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;
}
.graph-loading__bar:nth-of-type(2) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;
}
.graph-loading__bar:nth-of-type(3) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;
}
.graph-loading__bar:nth-of-type(4) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;
}
.graph-loading__bar:nth-of-type(5) { -webkit-animation-delay: 1s; animation-delay: 1s;
}
@-webkit-keyframes graph-loader { 0% { height: 30px; margin-top: 0; } 65% { height: 5px; margin-top: 25px; } 100% { height: 30px; margin-top: 0; }
}
@keyframes graph-loader { 0% { height: 30px; margin-top: 0; } 65% { height: 5px; margin-top: 25px; } 100% { height: 30px; margin-top: 0; }
}
Graph Preloader - Script Codes
Graph Preloader - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 3
Size 2,291 Kb
Views 34,408
Do you need developer help for Graph Preloader?

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!