Loader

Size
2,786 Kb
Views
40,480

How do I make an loader?

What is a loader? How do you make a loader? This script and codes were developed by Nicholas M. Smith on 27 August 2022, Saturday.

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"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background: #194d85; font-family: 'Nobile', sans-serif; font-size: 2em;
}
.loader { display: flex; align-items: center; height: 400px; margin: 0 auto; width: 350px;
}
.loader__item { animation: fadeIn .25s forwards, pulse 4s infinite; display: flex; align-items: center; justify-content: center; float: left; height: 80px; opacity: 0; width: 50px;
}
.loader__item:nth-child(1) { animation-delay: 0.25s;
}
.loader__item:nth-child(2) { animation-delay: 0.5s;
}
.loader__item:nth-child(3) { animation-delay: 0.75s;
}
.loader__item:nth-child(4) { animation-delay: 1s;
}
.loader__item:nth-child(5) { animation-delay: 1.25s;
}
.loader__item:nth-child(6) { animation-delay: 1.5s;
}
.loader__item:nth-child(7) { animation-delay: 1.75s;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }
}
@keyframes pulse { from { color: #86b6e9; } to { color: white; }
}
@keyframes fadeIn { from { opacity: 0; margin-top: 100px; } to { opacity: 1; margin-top: 0; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <link href='https://fonts.googleapis.com/css?family=Nobile:700' rel='stylesheet' type='text/css'>
<div class="loader"> <div class="loader__item">L</div> <div class="loader__item">O</div> <div class="loader__item">A</div> <div class="loader__item">D</div> <div class="loader__item">I</div> <div class="loader__item">N</div> <div class="loader__item">G</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: #194d85; font-family: 'Nobile', sans-serif; font-size: 2em;
}
.loader { display: flex; align-items: center; height: 400px; margin: 0 auto; width: 350px;
}
.loader__item { animation: fadeIn .25s forwards, pulse 4s infinite; display: flex; align-items: center; justify-content: center; float: left; height: 80px; opacity: 0; width: 50px;
}
.loader__item:nth-child(1) { animation-delay: 0.25s;
}
.loader__item:nth-child(2) { animation-delay: 0.5s;
}
.loader__item:nth-child(3) { animation-delay: 0.75s;
}
.loader__item:nth-child(4) { animation-delay: 1s;
}
.loader__item:nth-child(5) { animation-delay: 1.25s;
}
.loader__item:nth-child(6) { animation-delay: 1.5s;
}
.loader__item:nth-child(7) { animation-delay: 1.75s;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }
}
@keyframes pulse { from { color: #86b6e9; } to { color: white; }
}
@keyframes fadeIn { from { opacity: 0; margin-top: 100px; } to { opacity: 1; margin-top: 0; }
}
Loader - Script Codes
Loader - Script Codes
Home Page Home
Developer Nicholas M. Smith
Username icutpeople
Uploaded August 27, 2022
Rating 3.5
Size 2,786 Kb
Views 40,480
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!

Nicholas M. Smith (icutpeople) 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!