Ball Fade

Developer
Size
1,570 Kb
Views
38,456

How do I make an ball fade?

What is a ball fade? How do you make a ball fade? This script and codes were developed by Joe Warren on 28 August 2022, Sunday.

Ball Fade Previews

Ball Fade - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ball Fade</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html>
<head>
</head>
<body> <div id="ball"></div> <div id="ball2"></div>
</body>
</html>
</body>
</html>

Ball Fade - Script Codes CSS Codes

body { background-color: black;
}
#ball { width: 100px; height: 100px; margin: 50px auto; position: fixed; left: 20%; border-radius: 50%; background: linear-gradient( 35deg, #032459, #3b6ab5 ); animation-name: fade; animation-duration: 4s; } @keyframes fade { 50% { opacity: 0.1; left: 60%; } }
#ball2 { width: 100px; height: 100px; margin: 50px auto; position: fixed; right: 20%; border-radius: 50%; background: linear-gradient( 35deg, red, black ); animation-name: fade; animation-duration: 4s; } @keyframes fade { 50% { opacity: 0.1; left: 60%; } }
Ball Fade - Script Codes
Ball Fade - Script Codes
Home Page Home
Developer Joe Warren
Username MightyJoeW
Uploaded August 28, 2022
Rating 3
Size 1,570 Kb
Views 38,456
Do you need developer help for Ball Fade?

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!

Joe Warren (MightyJoeW) Script Codes
Create amazing marketing copy 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!