Lollipop Loading

Developer
Size
3,119 Kb
Views
48,576

How do I make an lollipop loading?

Pure CSS3 Lollipop Loading Inspired by WhatsApp Website. What is a lollipop loading? How do you make a lollipop loading? This script and codes were developed by Haeman on 29 August 2022, Monday.

Lollipop Loading Previews

Lollipop Loading - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Lollipop Loading</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.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! */ @import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
body { background: #f1f1f1; font-family: 'Roboto', sans-serif;
}
.loading-bro { margin: 50px auto; width: 150px;
}
.loading-bro > h1 { text-align: center; font-size: 2.5em; margin-bottom: 1em; font-weight: 300; color: #8E8E8E;
}
#load { width: 150px; animation: loading 3s linear infinite;
}
#load #loading-inner { stroke-dashoffset: 0; stroke-dasharray: 300; stroke-width: 10; stroke-miterlimit: 10; stroke-linecap: round; animation: loading-circle 2s linear infinite; stroke: #51BBA7; fill: transparent;
}
@keyframes loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); }
}
@keyframes loading-circle { 0% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -600; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="loading-bro"> <h1>Loading</h1> <svg id="load" x="0px" y="0px" viewBox="0 0 150 150"> <circle id="loading-inner" cx="75" cy="75" r="60"/> </svg>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Lollipop Loading - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
body { background: #f1f1f1; font-family: 'Roboto', sans-serif;
}
.loading-bro { margin: 50px auto; width: 150px;
}
.loading-bro > h1 { text-align: center; font-size: 2.5em; margin-bottom: 1em; font-weight: 300; color: #8E8E8E;
}
#load { width: 150px; animation: loading 3s linear infinite;
}
#load #loading-inner { stroke-dashoffset: 0; stroke-dasharray: 300; stroke-width: 10; stroke-miterlimit: 10; stroke-linecap: round; animation: loading-circle 2s linear infinite; stroke: #51BBA7; fill: transparent;
}
@keyframes loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); }
}
@keyframes loading-circle { 0% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -600; }
}

Lollipop Loading - Script Codes JS Codes

/*
Lollipop Loading with Pure CSS3
*/
Lollipop Loading - Script Codes
Lollipop Loading - Script Codes
Home Page Home
Developer Haeman
Username pedox
Uploaded August 29, 2022
Rating 4
Size 3,119 Kb
Views 48,576
Do you need developer help for Lollipop Loading?

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!

Haeman (pedox) 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!