Animated logo

Size
1,994 Kb
Views
10,120

How do I make an animated logo?

Szymon Dziewoński WEB DESIGN animated logo. What is a animated logo? How do you make a animated logo? This script and codes were developed by Szymon Dziewoński on 23 December 2022, Friday.

Animated logo Previews

Animated logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>animated logo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="logoWrapper"> <ul class="logoR"> <li class="black"></li> <li class="white"></li> </ul>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://szymondziewonski.com/js/jQueryRotateCompressed.js'></script> <script src="js/index.js"></script>
</body>
</html>

Animated logo - Script Codes CSS Codes

*{ margin: 0; padding: 0;
}
body{ background-color: #2b3773;
}
.logoR{ width: 180px; height: 180px; margin: 0 auto;
}
.logoR li{ width: 180px; height: 180px; position: absolute; list-style-type: none;
}
.logoR li.black{ background-image: url("http://szymondziewonski.com/pictures/website/bHalf.png");
}
.logoR li.white{ background-image: url("http://szymondziewonski.com/pictures/website/wHalf.png");
}

Animated logo - Script Codes JS Codes

$(document).ready(function(){ $(".logoR").hover(function(){ $(".black").rotate({ animateTo: 360, duration: 1000 }); $(".black").stop().animate({ opacity: 0 }, 1000); $(".white").rotate({ animateTo: -360, duration: 1000 }); $(".white").stop().animate({ opacity: "0" }, 500); }, function(){ $(".black").rotate({ animateTo: -360, duration: 1000 }); $(".black").stop().animate({ opacity: 1 }, 1000); $(".white").rotate({ animateTo: 360, duration: 1000 }); $(".white").stop().animate({ opacity: 1 }, 500); });
});
Animated logo - Script Codes
Animated logo - Script Codes
Home Page Home
Developer Szymon Dziewoński
Username SzymonDziewonski
Uploaded December 23, 2022
Rating 3
Size 1,994 Kb
Views 10,120
Do you need developer help for Animated logo?

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!

Szymon Dziewoński (SzymonDziewonski) Script Codes
Create amazing art & images 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!