Quilt Loader

Developer
Size
2,649 Kb
Views
8,096

How do I make an quilt loader?

Loader for project I'm working on. What is a quilt loader? How do you make a quilt loader? This script and codes were developed by Kyle on 16 October 2022, Sunday.

Quilt Loader Previews

Quilt Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Quilt 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"> <div class="wrap"> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> <div class="tri"></div> </div> </div>
</div>
</body>
</html>

Quilt Loader - Script Codes CSS Codes

.container { border: 1px solid black; height: 500px; margin: 1em auto; position: relative; width: 500px;
}
.loader { background-color: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: absolute; right: 0; top: 0;
}
.loader .wrap { height: 82px; left: 50%; position: absolute; transform: translate(-50%, -50%); top: 50%; width: 82px;
}
.loader .tri { position: absolute; animation: load 4s ease-in-out infinite;
}
.loader .tri:nth-of-type(1) { animation-delay: 0.7s; border-left: 20px solid white; border-top: 20px solid transparent; border-bottom: 20px solid transparent; left: 42.5px;
}
.loader .tri:nth-of-type(2) { animation-delay: 0.6s; border-bottom: 20px solid #36b0cd; border-left: 20px solid transparent; border-right: 20px solid transparent; left: 43px; top: 21.5px;
}
.loader .tri:nth-of-type(3) { animation-delay: 0.4s; border-top: 20px solid white; border-left: 20px solid transparent; border-right: 20px solid transparent; left: 43.5px; top: 43px;
}
.loader .tri:nth-of-type(4) { animation-delay: 0.1s; border-left: 20px solid #36b0cd; border-top: 20px solid transparent; border-bottom: 20px solid transparent; left: 42.5px; top: 44.5px;
}
.loader .tri:nth-of-type(5) { animation-delay: 0.2s; border-right: 20px solid white; border-top: 20px solid transparent; border-bottom: 20px solid transparent; left: 21px; top: 44.5px;
}
.loader .tri:nth-of-type(6) { animation-delay: 0.3s; border-top: 20px solid #36b0cd; border-left: 20px solid transparent; border-right: 20px solid transparent; left: 0; top: 43px;
}
.loader .tri:nth-of-type(7) { animation-delay: 0.5s; border-bottom: 20px solid white; border-left: 20px solid transparent; border-right: 20px solid transparent; left: 0; top: 21px;
}
.loader .tri:nth-of-type(8) { animation-delay: 0.8s; border-left: 20px solid transparent; border-top: 20px solid #bbdd34; left: 20px; top: 18px;
}
.loader .tri:nth-of-type(9) { animation-delay: 0.9s; border-left: 20px solid transparent; border-bottom: 20px solid #bbdd34; left: 20px; top: -3px;
}
@keyframes load { 0% { opacity: 1; transform: translateY(0); } 25% { opacity: 0; transform: translateY(40px); } 35% { opacity: 0; transform: translateY(-40px); } 60% { opacity: 1; transform: translateY(0); }
}
Quilt Loader - Script Codes
Quilt Loader - Script Codes
Home Page Home
Developer Kyle
Username kbrec85
Uploaded October 16, 2022
Rating 3
Size 2,649 Kb
Views 8,096
Do you need developer help for Quilt 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!

Kyle (kbrec85) Script Codes
Create amazing marketing copy 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!