Rainbow Loader

Developer
Size
2,708 Kb
Views
20,240

How do I make an rainbow loader?

THE SUN IS OUT TODAY. What is a rainbow loader? How do you make a rainbow loader? This script and codes were developed by Joni Trythall on 02 October 2022, Sunday.

Rainbow Loader Previews

Rainbow Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Rainbow 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='contain'> <svg><circle cx='66' cy='66' fill='none' r='60' stroke-dasharray='190' stroke-dashoffset='190' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' stroke='ghostwhite'></circle>) /> </svg> <svg><circle cx='66' cy='66' fill='none' r='60' stroke-dasharray='190' stroke-dashoffset='190' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' stroke='ghostwhite'></circle>) /> </svg> <svg><circle cx='66' cy='66' fill='none' r='60' stroke-dasharray='190' stroke-dashoffset='190' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' stroke='ghostwhite'></circle>) /> </svg> <svg><circle cx='66' cy='66' fill='none' r='60' stroke-dasharray='190' stroke-dashoffset='190' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' stroke='ghostwhite'></circle>) /> </svg> <svg><circle cx='66' cy='66' fill='none' r='60' stroke-dasharray='190' stroke-dashoffset='190' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' stroke='ghostwhite'></circle>) /> </svg>
</div>
</body>
</html>

Rainbow Loader - Script Codes CSS Codes

body { background: #1F1F34;
}
.contain { position: relative; margin: 130px auto; width: 130px;
}
svg { position: absolute;
}
svg circle { -webkit-animation: draw 3s infinite; animation: draw 3s infinite;
}
svg:nth-of-type(1) circle { stroke: #8D518A;
}
svg:nth-of-type(2) circle { r: 54px; stroke-dashoffset: 171px; stroke-dasharray: 171px; stroke: #29ACEB; -webkit-animation-delay: 100ms; animation-delay: 100ms;
}
svg:nth-of-type(3) circle { r: 48px; stroke-dashoffset: 152px; stroke-dasharray: 152px; stroke: #72BF44; -webkit-animation-delay: 200ms; animation-delay: 200ms;
}
svg:nth-of-type(4) circle { r: 43px; stroke-dashoffset: 136px; stroke-dasharray: 136px; stroke: #FDF001; -webkit-animation-delay: 300ms; animation-delay: 300ms;
}
svg:nth-of-type(5) circle { r: 37px; stroke-dashoffset: 117px; stroke-dasharray: 117px; stroke: #F7941E; -webkit-animation-delay: 400ms; animation-delay: 400ms;
}
@-webkit-keyframes draw1 { 50% { stroke-dashoffset: 80px, 50px, 30px, 20px; stroke-dasharray: 80px, 50px, 10px, 5px; }
}
@keyframes draw1 { 50% { stroke-dashoffset: 80px, 50px, 30px, 20px; stroke-dasharray: 80px, 50px, 10px, 5px; }
}
@-webkit-keyframes draw2 { 50% { stroke-dashoffset: 60px, 30px, 20px, 10px; stroke-dasharray: 60px, 40px, 15px, 4px; }
}
@keyframes draw2 { 50% { stroke-dashoffset: 60px, 30px, 20px, 10px; stroke-dasharray: 60px, 40px, 15px, 4px; }
}
@-webkit-keyframes draw { 50% { stroke-dashoffset: 90px, 30px, 50px, 20px; stroke-dasharray: 60px, 20px, 7px, 3px; }
}
@keyframes draw { 50% { stroke-dashoffset: 90px, 30px, 50px, 20px; stroke-dasharray: 60px, 20px, 7px, 3px; }
}
Rainbow Loader - Script Codes
Rainbow Loader - Script Codes
Home Page Home
Developer Joni Trythall
Username jonitrythall
Uploaded October 02, 2022
Rating 4.5
Size 2,708 Kb
Views 20,240
Do you need developer help for Rainbow 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!

Joni Trythall (jonitrythall) 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!