Bouncing Basketball

Developer
Size
1,614 Kb
Views
50,600

How do I make an bouncing basketball?

What is a bouncing basketball? How do you make a bouncing basketball? This script and codes were developed by Joe Warren on 11 August 2022, Thursday.

Bouncing Basketball Previews

Bouncing Basketball - Script Codes HTML Codes

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

Bouncing Basketball - Script Codes CSS Codes

body { background: url("http://wallpapercave.com/wp/ipQZEak.jpg") no-repeat fixed center;
} #ball { width: 100px; height: 100px; margin: 50px auto; position: relative; border-radius: 50%; background: linear-gradient( 35deg, #ff8300, black ); animation-name: bounce; animation-duration: 1s; animation-iteration-count: infinite; } @keyframes bounce{ 0% { top: 0px; } 50% { top: 249px; width: 130px; height: 70px; } 100% { top: 0px; } }
Bouncing Basketball - Script Codes
Bouncing Basketball - Script Codes
Home Page Home
Developer Joe Warren
Username MightyJoeW
Uploaded August 11, 2022
Rating 3
Size 1,614 Kb
Views 50,600
Do you need developer help for Bouncing Basketball?

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!