Moving bubbles

Developer
Size
1,833 Kb
Views
10,120

How do I make an moving bubbles?

What is a moving bubbles? How do you make a moving bubbles? This script and codes were developed by Nummo on 18 December 2022, Sunday.

Moving bubbles Previews

Moving bubbles - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>moving bubbles</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="bubbles"> <div class="bubble x1"></div> <div class="bubble x2"></div> <div class="bubble x3"></div> <div class="bubble x4"></div> <div class="bubble x5"></div>
</div>
</body>
</html>

Moving bubbles - Script Codes CSS Codes

#bubbles { height: 100% }
body { overflow: hidden }
#bubbles { padding: 100px 0 }
.bubble { width: 60px; height: 60px; background: #ffb200; border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; position: absolute;
}
.x1 { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); transform: scale(0.9); opacity: 0.2; -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate; -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate; -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x2 { left: 200px; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); transform: scale(0.6); opacity: 0.5; -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate; -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate; -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 { left: 350px; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); transform: scale(0.8); opacity: 0.3; -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate; -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate; -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x4 { left: 470px; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); transform: scale(0.75); opacity: 0.35; -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate; -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate; -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 { left: 150px; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); transform: scale(0.8); opacity: 0.3; -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate; -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate; -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds { 0% { top: 500px; } 100% { top: -500px; }
}
@-webkit-keyframes sideWays { 0% { margin-left:0px; } 100% { margin-left:50px; }
}
@-moz-keyframes moveclouds { 0% { top: 500px; } 100% { top: -500px; }
}
@-moz-keyframes sideWays { 0% { margin-left:0px; } 100% { margin-left:50px; }
}
@-o-keyframes moveclouds { 0% { top: 500px; } 100% { top: -500px; }
}
@-o-keyframes sideWays { 0% { margin-left:0px; } 100% { margin-left:50px; }
}
Moving bubbles - Script Codes
Moving bubbles - Script Codes
Home Page Home
Developer Nummo
Username nen
Uploaded December 18, 2022
Rating 3
Size 1,833 Kb
Views 10,120
Do you need developer help for Moving bubbles?

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!

Nummo (nen) Script Codes
Name
Sunset
Large moving bubbles
Personal Portfolio Webpage - Nummo
Pen jar
Notepad
Calendar
Fish
Clock
Taco
Pie
Create amazing video scripts 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!