Notification Animation - Bounce Blur

Size
2,664 Kb
Views
32,384

How do I make an notification animation - bounce blur?

What is a notification animation - bounce blur? How do you make a notification animation - bounce blur? This script and codes were developed by Simeon Simeonoff on 17 September 2022, Saturday.

Notification Animation - Bounce Blur Previews

Notification Animation - Bounce Blur - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Notification Animation - Bounce Blur</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/icon?family=Material+Icons'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">	<div class="rectangle">	<div class="notification-text">	<i class="material-icons">info</i>	<span>&nbsp;&nbsp;This is a test notification.</span>	</div>	</div>
</div>
</body>
</html>

Notification Animation - Bounce Blur - Script Codes CSS Codes

html,
body { height: 100%;
}
.container { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.rectangle { width: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; positon: relative; height: 50px; border-radius: 4px; background: #033; color: white; opacity: 1; overflow: hidden; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 2px -1px rgba(0, 0, 0, 0.12); -webkit-animation: shake .8s ease-out; animation: shake .8s ease-out;
}
.notification-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 16px; font-family: 'Roboto', sans-serif; font-size: 14px; -webkit-animation: fade-in .05s ease-in forwards; animation: fade-in .05s ease-in forwards;
}
@-webkit-keyframes shake { 60% { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } 30% { -webkit-transform: translate3d(0, -40px, 0) rotate(5deg); transform: translate3d(0, -40px, 0) rotate(5deg); } 0% { opacity: 0; -webkit-filter: blur(3px); filter: blur(3px); -webkit-transform: translate3d(0, 60px, 0) rotate(-25deg); transform: translate3d(0, 60px, 0) rotate(-25deg); }
}
@keyframes shake { 60% { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } 30% { -webkit-transform: translate3d(0, -40px, 0) rotate(5deg); transform: translate3d(0, -40px, 0) rotate(5deg); } 0% { opacity: 0; -webkit-filter: blur(3px); filter: blur(3px); -webkit-transform: translate3d(0, 60px, 0) rotate(-25deg); transform: translate3d(0, 60px, 0) rotate(-25deg); }
}
@-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: .80; }
}
@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: .80; }
}
Notification Animation - Bounce Blur - Script Codes
Notification Animation - Bounce Blur - Script Codes
Home Page Home
Developer Simeon Simeonoff
Username simeonoff
Uploaded September 17, 2022
Rating 3
Size 2,664 Kb
Views 32,384
Do you need developer help for Notification Animation - Bounce Blur?

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!

Simeon Simeonoff (simeonoff) Script Codes
Create amazing blog posts 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!