Processing Daisy Wheel

Size
1,874 Kb
Views
4,048

How do I make an processing daisy wheel?

What is a processing daisy wheel? How do you make a processing daisy wheel? This script and codes were developed by Retrofuturistic on 19 January 2023, Thursday.

Processing Daisy Wheel Previews

Processing Daisy Wheel - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Processing Daisy Wheel</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">
<div class="processing">
<div class="block_1 circle"></div>
<div class="block_2 circle"></div>
<div class="block_3 circle"></div>
<div class="block_8 circle"></div>
<div class="block_9 circle"></div>
<div class="block_4 circle"></div>
<div class="block_7 circle"></div>
<div class="block_6 circle"></div>
<div class="block_5 circle"></div>
</div>
</div>
</body>
</html>

Processing Daisy Wheel - Script Codes CSS Codes

body { padding:0; margin:0;
}
.container { position:relative; width:100%; height:100%; min-height:200px; background: #fff -webkit-linear-gradient(top, rgb(212,205,182) 0%,rgb(212,205,182) 25%, rgb(255,255,255) 100%);
}
.processing { position:relative; margin:0 auto; padding-top: 50px; width:45px; height:45px; /*border: 1px solid black;*/
}
.circle{ position:relative; float:left; width: 10px; height:10px; margin:1px; /*border: 1px solid black;*/ border-radius: 12px; /*background: rgb(30,87,153);*/ background: rgb(160,160,160);	-webkit-animation-name: Fade;	-webkit-animation-duration: 7.5s;	-webkit-animation-iteration-count: infinite;	-webkit-animation-direction: ease-in-out;
}
@-webkit-keyframes Fade{	0%{opacity:1;}	50%{opacity:0;}	100%{opacity:1;}
}
.block_1{ left:2px; top:2px;
}
.block_2{ top:-1px; left:1px;	-webkit-animation-delay: .5s;
}
.block_3{ top:3px; left:0px;	-webkit-animation-delay: 1s;
}
.block_4{ top:2px; left:4px;	-webkit-animation-delay: 1.5s;
}
.block_5 { top:2px; left:0px;	-webkit-animation-delay: 2s;
}
.block_6{ top:5px; left:1px;	-webkit-animation-delay: 2.5s;
}
.block_7{ top:2px; left:2px; -webkit-animation-delay: 3s;
}
.block_8{ top:2px; left:-1px;	-webkit-animation-delay: 3.5s;
}
.block_9{ opacity:0; -webkit-animation:none;
}
Processing Daisy Wheel - Script Codes
Processing Daisy Wheel - Script Codes
Home Page Home
Developer Retrofuturistic
Username retrofuturistic
Uploaded January 19, 2023
Rating 3
Size 1,874 Kb
Views 4,048
Do you need developer help for Processing Daisy Wheel?

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!

Retrofuturistic (retrofuturistic) Script Codes
Create amazing web content 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!