Dragonball Dragon Radar
How do I make an dragonball dragon radar?
Bulma's Dragon Radar from the Dragonball series made with CSS, and some JQuery for the grid and balls.. What is a dragonball dragon radar? How do you make a dragonball dragon radar? This script and codes were developed by Douglas Glover on 17 October 2022, Monday.
Dragonball Dragon Radar - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Dragonball Dragon Radar</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="radar"> <div class="grid"></div> </div>
</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>
Dragonball Dragon Radar - Script Codes CSS Codes
.container{ position: absolute; left: 30%; top: 30%;
}
.radar{ height: 400px; width: 400px; background: darkgreen; border-radius: 100%; overflow: hidden; border: 30px solid lightgray; box-shadow: 5px 5px 5px #999;
}
.radar:before{ content: ''; z-index: -1; position: absolute; top: -50px; left: 180px; height: 100px; width: 100px; background: lightgray; box-shadow: 5px 5px 5px #999;
}
.radar:after{ content: ''; position: absolute; top: -80px; left: 155px; height: 50px; width: 150px; background: lightgray; box-shadow: 5px 5px 5px #999;
}
.grid{ width: 110%;
}
.grid-inner{ height: 30px; width: 30px; border: 1px solid white; position: relative; float: left; margin: -1px 0 0 -1px;
}
.ball{ height: 50px; width: 50px; border-radius: 100%; background: orange; animation: pulsate 2s infinite linear; -webkit-animation: pulsate 2s infinite linear;
}
@keyframes pulsate { 0% { box-shadow: 0px 0px 0px red; } 100% { box-shadow: 0px 0px 300px red; }
}
@-webkit-keyframes pulsate { 0% { box-shadow: 0px 0px 0px red; } 100% { box-shadow: 0px 0px 300px red; }
}
Dragonball Dragon Radar - Script Codes JS Codes
var ballCount = 1;
for(var i = 0; i < 200; i++) { $("<div class='grid-inner' id='" + i + "'></div>").appendTo(".grid"); if(i == 45 || i == 100 || i == 82){ $("<div class='ball' id='ball" + ballCount + "'></div>").appendTo("#" + i + ""); ballCount++; }
}

Developer | Douglas Glover |
Username | DouglasGlover |
Uploaded | October 17, 2022 |
Rating | 3 |
Size | 2,157 Kb |
Views | 58,667 |
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!
Name | Size |
A Pen by Douglas Glover | 2,102 Kb |
CSS Hover Image Effect - Transition | 1,658 Kb |
Scrolling Video | 2,252 Kb |
Random Animation | 2,026 Kb |
Triangle Banner | 1,779 Kb |
Tear Drop Save Notice | 1,670 Kb |
Codepen-ception | 2,847 Kb |
Loading Dots CSS3 Animation | 1,671 Kb |
Photo Grid Loading Animation | 1,896 Kb |
VROptimal 360 Video Demo | 1,559 Kb |
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!
Name | Username | Size |
Text Blocks Over Image, Updated | KatieK2 | 3,122 Kb |
CSS Variables | Jdsteinbach | 4,759 Kb |
A Pen by James Podles | Jpod | 2,656 Kb |
CardMove | Thompsonemerson | 3,699 Kb |
Knob rotation | Alemesre | 2,122 Kb |
Text Looping Transition | Agelber | 5,619 Kb |
Typefaces with descriptions | Megandoty | 2,944 Kb |
Custom checkbox example | Capelo | 3,495 Kb |
CSS3 Form Page Design | Rssatnam | 3,613 Kb |
Light Switch | Bartuc | 4,933 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!