Loader

Size
2,654 Kb
Views
70,840

How do I make an loader?

What is a loader? How do you make a loader? This script and codes were developed by Shridhar Deshmukh on 22 July 2022, Friday.

Loader Previews

Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Loader</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='container'> <div class='loader-wrap'> <div class='loading_bar'> <div class='thumb'></div> </div> <div class='loader'>Loading</div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Loader - Script Codes CSS Codes

body { background-color: #1173a2;
}
.container { background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; bottom: 0; left: 0; right: 0;
}
.loader-wrap { margin: 50px auto; width: 120px; padding: 20px; background: -webkit-linear-gradient(top, #8bbbdf, #002450); background: -moz-linear-gradient(top, #8bbbdf, #002450); border-radius: 10px; overflow: hidden;
}
.loader-wrap .loader { color: white; display: inline-block; letter-spacing: 3px; text-transform: uppercase; font-size: 24px;
}
.loader-wrap .loading_bar { position: relative; top: 30px; left: 0; height: 3px; border-radius: 10px; width: 120px; margin: 0 auto;
}
.loader-wrap .loading_bar .thumb { -webkit-animation: loader_anim 1s linear infinite alternate; -moz-animation: loader_anim 1s linear infinite alternate; animation: loader_anim 1s linear infinite alternate; height: 100%; width: 120px; position: absolute; top: 0; background: -webkit-linear-gradient(top left, #f76c1a 0%, #FFF 50%, #f76c1a 100%); background: -moz-linear-gradient(top left, #f76c1a 0%, #FFF 50%, #f76c1a 100%);
}
@-webkit-keyframes loader_anim { from { left: -115px; } to { left: 115px; }
}
@-moz-keyframes loader_anim { from { left: -115px; } to { left: 115px; }
}
Loader - Script Codes
Loader - Script Codes
Home Page Home
Developer Shridhar Deshmukh
Username _shree33
Uploaded July 22, 2022
Rating 3
Size 2,654 Kb
Views 70,840
Do you need developer help for Loader?

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!

Shridhar Deshmukh (_shree33) 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!