It Breathes

Developer
Size
2,739 Kb
Views
12,144

How do I make an it breathes?

Please fork and add your touch, Would be nice to add longitude and latitude animati. What is a it breathes? How do you make a it breathes? This script and codes were developed by Luis Ulua on 09 January 2023, Monday.

It Breathes Previews

It Breathes - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>It Breathes</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>
<div class="pulse_block"> <div class="pulse_wrap"></div>
</div>
</body>
</html>

It Breathes - Script Codes CSS Codes

/*=======================	COLORS
========================*/
/*=========================	STYLES
==========================*/
body,
.pulse_block { width: 100%; height: 100vh; background: #222; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.pulse_wrap { width: 15rem; height: 15rem; background: transparent; border: 0px solid #00FF00; border-radius: 50%; position: relative;
}
.orb { width: 5rem; height: 5rem; background: transparent; border-radius: 50%; border: 5px solid #233a77; position: absolute;
}
/*============================	ANIMATIONS
=============================*/
.pulse_wrap { -webkit-animation: pulse 2s cubic-bezier(0.66, 0.15, 0.83, 0.67) infinite; animation: pulse 2s cubic-bezier(0.66, 0.15, 0.83, 0.67) infinite;
}
@-webkit-keyframes pulse { 0%, 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 25% { opacity: 0.5; border-color: #00b200; -webkit-transform: scale(0.9); transform: scale(0.9); } 30% { border-color: #006600; } 50% { opacity: 1; border-color: #7fff7f; box-shadow: 0 0px 10px 10px #7fff7f; } 60% { border-color: #ccffcc; } 70% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 80% { boxshadow: inh red; }
}
@keyframes pulse { 0%, 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 25% { opacity: 0.5; border-color: #00b200; -webkit-transform: scale(0.9); transform: scale(0.9); } 30% { border-color: #006600; } 50% { opacity: 1; border-color: #7fff7f; box-shadow: 0 0px 10px 10px #7fff7f; } 60% { border-color: #ccffcc; } 70% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 80% { boxshadow: inh red; }
}
It Breathes - Script Codes
It Breathes - Script Codes
Home Page Home
Developer Luis Ulua
Username UluaWebDev
Uploaded January 09, 2023
Rating 4
Size 2,739 Kb
Views 12,144
Do you need developer help for It Breathes?

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!

Luis Ulua (UluaWebDev) 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!