Pacman loader

Developer
Size
2,598 Kb
Views
22,264

How do I make an pacman loader?

Simple pacman animation.. What is a pacman loader? How do you make a pacman loader? This script and codes were developed by Tbleckert on 16 October 2022, Sunday.

Pacman loader Previews

Pacman loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pacman loader</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <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> <span class="pacman"><span></span></span> <script src='http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js'></script> <script src="js/index.js"></script>
</body>
</html>

Pacman loader - Script Codes CSS Codes

.pacman { position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -30px; width: 60px; height: 60px; background: black; border-radius: 30px; z-index: 20;
}
.pacman > span { width: 0px; height: 0px; border-style: solid; border-width: 15px 40px 15px 0; border-color: transparent #fff transparent transparent; position: absolute; right: 0; top: 15px; -webkit-animation-duration: 0.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-name: eat; -moz-animation-delay: 1s; -moz-animation-duration: 0.5s; -moz-animation-iteration-count: infinite; -moz-animation-name: eat; animation-duration: 0.5s; animation-iteration-count: infinite; animation-name: eat;
}
@-webkit-keyframes eat { 0% { border-width: 15px 40px 15px 0; top: 15px; } 50% { border-width: 0px 40px 0px 0; top: 30px; } 100% { border-width: 15px 40px 15px 0; top: 15px; }
}
@-moz-keyframes eat { 0% { border-width: 15px 40px 15px 0; top: 15px; } 50% { border-width: 0px 40px 0px 0; top: 30px; } 100% { border-width: 15px 40px 15px 0; top: 15px; }
}
@keyframes eat { 0% { border-width: 15px 40px 15px 0; top: 15px; } 50% { border-width: 0px 40px 0px 0; top: 30px; } 100% { border-width: 15px 40px 15px 0; top: 15px; }
}

Pacman loader - Script Codes JS Codes

(function() {
}).call(this);
Pacman loader - Script Codes
Pacman loader - Script Codes
Home Page Home
Developer Tbleckert
Username tbleckert
Uploaded October 16, 2022
Rating 3
Size 2,598 Kb
Views 22,264
Do you need developer help for Pacman 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!

Tbleckert (tbleckert) 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!