Pulsing balls

Size
2,803 Kb
Views
24,288

How do I make an pulsing balls?

CSS Spinner #1 - Pulsing balls. What is a pulsing balls? How do you make a pulsing balls? This script and codes were developed by Renato Ribeiro on 17 November 2022, Thursday.

Pulsing balls Previews

Pulsing balls - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pulsing balls</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body, html { background: #0c7; height: 100%;
}
#loading { margin: 0 auto; width: 70px; height: 70px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; animation: boing .8s linear infinite; position: relative; top: calc(50% - 35px);
}
#loading:before { content: ''; position: absolute; left: calc(50% - 30px); top: calc(50% - 30px); display: block; width: 60px; height: 60px; border-radius: 50%; background: rgba(0, 0, 0, 0.2); animation: boing-inner .8s linear infinite;
}
#loading:after { content: ''; position: absolute; left: calc(50% - 25px); top: calc(50% - 25px); display: block; width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, 0.9); animation: boing-inner-2 .8s linear infinite;
}
@keyframes boing { 0% { transform: scale(1); } 25% { transform: scale(0.75); } 100% { transform: scale(1); }
}
@keyframes boing-inner { 0% { transform: scale(1); } 25% { transform: scale(0.6); } 100% { transform: scale(1); }
}
@keyframes boing-inner-2 { 0% { transform: scale(1); } 10% { transform: scale(0.1); } 100% { transform: scale(1); }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div id="loading"></div> <script src="js/index.js"></script>
</body>
</html>

Pulsing balls - Script Codes CSS Codes

body, html { background: #0c7; height: 100%;
}
#loading { margin: 0 auto; width: 70px; height: 70px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; animation: boing .8s linear infinite; position: relative; top: calc(50% - 35px);
}
#loading:before { content: ''; position: absolute; left: calc(50% - 30px); top: calc(50% - 30px); display: block; width: 60px; height: 60px; border-radius: 50%; background: rgba(0, 0, 0, 0.2); animation: boing-inner .8s linear infinite;
}
#loading:after { content: ''; position: absolute; left: calc(50% - 25px); top: calc(50% - 25px); display: block; width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, 0.9); animation: boing-inner-2 .8s linear infinite;
}
@keyframes boing { 0% { transform: scale(1); } 25% { transform: scale(0.75); } 100% { transform: scale(1); }
}
@keyframes boing-inner { 0% { transform: scale(1); } 25% { transform: scale(0.6); } 100% { transform: scale(1); }
}
@keyframes boing-inner-2 { 0% { transform: scale(1); } 10% { transform: scale(0.1); } 100% { transform: scale(1); }
}

Pulsing balls - Script Codes JS Codes

/* CSS Spinner #1 - Pulsing balls rena.to */
Pulsing balls - Script Codes
Pulsing balls - Script Codes
Home Page Home
Developer Renato Ribeiro
Username renatorib
Uploaded November 17, 2022
Rating 3
Size 2,803 Kb
Views 24,288
Do you need developer help for Pulsing balls?

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!

Renato Ribeiro (renatorib) Script Codes
Create amazing Facebook ads 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!