Logo Round 1

Developer
Size
2,423 Kb
Views
20,240

How do I make an logo round 1?

Working on a simple logo with items orbiting around a large item. Test round one to get the basic orbit animation sorted. What is a logo round 1? How do you make a logo round 1? This script and codes were developed by Kyle on 16 October 2022, Sunday.

Logo Round 1 Previews

Logo Round 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Logo Round 1</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="logo"> <div class="large-circle"></div> <div class="small-circle one"></div> <div class="small-circle two"></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Logo Round 1 - Script Codes CSS Codes

.logo { position: relative; width: 300px; height: 300px; -webkit-perspective: 200; -webkit-perspective-origin: 50% 200px; -webkit-transform-style: preserve-3d; margin: 10px auto;
}
.logo .large-circle { width: 100%; height: 100%; border-radius: 50%; position: absolute; background-color: teal; -webkit-transform-style: preserve-3d; -webkit-transform: translateZ(0);
}
.logo .small-circle { width: 5%; height: 5%; border-radius: 50%; background-color: green; position: absolute; top: 45%; left: -7%; -webkit-transform-style: preserve-3d; -webkit-animation: orbit 5s ease-in-out infinite; -webkit-transform: translateZ(0px);
}
.logo .small-circle.two { background-color: blue; top: 100%; -webkit-animation: two 8s ease-in-out infinite;
}
@-webkit-keyframes orbit { 0% { left: -7%; } 25% { top: 55%; -webkit-transform: translate3d(0, 0, 100px); } 50% { left: 107%; top: 45%; -webkit-transform: translate3d(0, 0, 0px); } 75% { top: 55%; -webkit-transform: translate3d(0, 0, -100px); } 100% { left: -7%; -webkit-transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes two { 0% { left: 3%; bottom: 3%; } 25% { -webkit-transform: translate3d(0, 0, 110px); } 50% { left: 97%; top: 3%; -webkit-transform: translate3d(0, 0, 0px); } 75% { -webkit-transform: translate3d(0, 0, -110px); } 100% { left: 3%; vottom: 3%; -webkit-transform: translate3d(0, 0, 0); }
}
Logo Round 1 - Script Codes
Logo Round 1 - Script Codes
Home Page Home
Developer Kyle
Username kbrec85
Uploaded October 16, 2022
Rating 3
Size 2,423 Kb
Views 20,240
Do you need developer help for Logo Round 1?

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 love letters 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!