Notifier Pulse

Developer
Size
2,450 Kb
Views
16,192

How do I make an notifier pulse?

What is a notifier pulse? How do you make a notifier pulse? This script and codes were developed by Alex Pate on 24 November 2022, Thursday.

Notifier Pulse Previews

Notifier Pulse - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Notifier Pulse</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <span class="app__status app__status--live"> <span class="app__status__rings"> </span>
</span>
</body>
</html>

Notifier Pulse - Script Codes CSS Codes

body,
html { background: #222; width: 100%; height: 100%;
}
.app__status { display: block; margin: 100px auto; width: 50px;
}
.app__status:hover .availability__tip { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1;
}
.app__status__rings { display: inline-block; margin: 0 5px 0; padding-left: 10px; position: relative; text-align: center; width: 15px; height: 15px;
}
.app__status__rings:before, .app__status__rings:after { border-radius: 50%; content: ''; position: absolute;
}
.app__status__rings:before { height: 5px; left: 0; top: 8px; width: 5px;
}
.app__status__rings:after { -webkit-animation: pulse 1s ease-out infinite; animation: pulse 1s ease-out infinite; height: 13px; left: -5px; top: 3px; width: 13px;
}
.app__status--live .app__status__rings:before { background-color: #2ecc71;
}
.app__status--live .app__status__rings:after { border: 1px solid #2ecc71;
}
.app__status--off .app__status__rings:before { background-color: #e74c3c;
}
.app__status--off .app__status__rings:after { border: 1px solid #e74c3c;
}
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0; }
}
@keyframes pulse { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0; }
}
Notifier Pulse - Script Codes
Notifier Pulse - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 3.5
Size 2,450 Kb
Views 16,192
Do you need developer help for Notifier Pulse?

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!

Alex Pate (alexpate) Script Codes
Create amazing web content 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!