Ripples in water

Developer
Size
2,704 Kb
Views
12,144

How do I make an ripples in water?

CSS3 experiment. What is a ripples in water? How do you make a ripples in water? This script and codes were developed by Nobitagit on 05 December 2022, Monday.

Ripples in water Previews

Ripples in water - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ripples in water</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <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 { background: #333;
}
div { width: 400px; height: 400px; display: inline-block; border: 10px solid rgba(30, 87, 153, 0.6); box-shadow: 0 0 40px 5px #1e5799, 0 0 40px 4px #1e5799 inset; border-radius: 100%; transform: rotateX(90deg); position: absolute; top: 0; left: 50%; margin-left: -200px; -webkit-animation: infinite 10s wave; animation: infinite 10s wave;
}
div:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s;
}
div:nth-child(2) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s;
}
div:nth-child(3) { -webkit-animation-delay: 2.5s; animation-delay: 2.5s;
}
div:nth-child(4) { -webkit-animation-delay: 4s; animation-delay: 4s;
}
@-webkit-keyframes wave { 0% { opacity: 0; transform: rotateX(80deg) scale(0.2); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotateX(80deg) scale(1.3); }
}
@keyframes wave { 0% { opacity: 0; transform: rotateX(80deg) scale(0.2); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotateX(80deg) scale(1.3); }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>

Ripples in water - Script Codes CSS Codes

body { background: #333;
}
div { width: 400px; height: 400px; display: inline-block; border: 10px solid rgba(30, 87, 153, 0.6); box-shadow: 0 0 40px 5px #1e5799, 0 0 40px 4px #1e5799 inset; border-radius: 100%; transform: rotateX(90deg); position: absolute; top: 0; left: 50%; margin-left: -200px; -webkit-animation: infinite 10s wave; animation: infinite 10s wave;
}
div:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s;
}
div:nth-child(2) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s;
}
div:nth-child(3) { -webkit-animation-delay: 2.5s; animation-delay: 2.5s;
}
div:nth-child(4) { -webkit-animation-delay: 4s; animation-delay: 4s;
}
@-webkit-keyframes wave { 0% { opacity: 0; transform: rotateX(80deg) scale(0.2); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotateX(80deg) scale(1.3); }
}
@keyframes wave { 0% { opacity: 0; transform: rotateX(80deg) scale(0.2); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotateX(80deg) scale(1.3); }
}
Ripples in water - Script Codes
Ripples in water - Script Codes
Home Page Home
Developer Nobitagit
Username nobitagit
Uploaded December 05, 2022
Rating 3
Size 2,704 Kb
Views 12,144
Do you need developer help for Ripples in water?

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!

Nobitagit (nobitagit) Script Codes
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!