Firebase Logo Animation

Developer
Size
2,830 Kb
Views
46,552

How do I make an firebase logo animation?

What is a firebase logo animation? How do you make a firebase logo animation? This script and codes were developed by Joost Jansen on 19 November 2022, Saturday.

Firebase Logo Animation Previews

Firebase Logo Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Firebase Logo Animation</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="eminem"> <div class="fire"> <div class="base left"></div> <div class="base center"></div> <div class="base right"></div> </div> <div class="loading"> <div class="bar"></div> <div class="bar"></div> </div>
</div>
</body>
</html>

Firebase Logo Animation - Script Codes CSS Codes

/* --- Variables --- */
/* --- Base layout --- */
html, body, .eminem { height: 100%;
}
.eminem { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
/* --- Firebase --- */
.fire { height: 60px; width: 35px; position: relative; margin-bottom: 20px;
}
.fire .base { height: 100%; width: 100%; background-color: #999; position: absolute; bottom: 0; -webkit-clip-path: circle(90px at 17px 100px);
}
@-webkit-keyframes base { 50% { height: 130%; }
}
@keyframes base { 50% { height: 130%; }
}
.base:nth-child(1) { -webkit-animation: base 2s 0s infinite; animation: base 2s 0s infinite; background-color: #ffcb2e; left: -15px;
}
.base:nth-child(2) { -webkit-animation: base 2s 0.7s infinite; animation: base 2s 0.7s infinite; background-color: rgba(199, 149, 0, 0.3); left: 0px;
}
.base:nth-child(3) { -webkit-animation: base 2s 1.4s infinite; animation: base 2s 1.4s infinite; background-color: #c79500; left: 15px;
}
/* --- Loading bars --- */
.loading { height: 2px; width: 60px; background-color: #ccc; position: relative; overflow: hidden;
}
.loading .bar { height: 100%; width: 0; background-color: #c79500; position: absolute; top: 0;
}
.bar:nth-child(1) { -webkit-animation: bar 2s 0s infinite; animation: bar 2s 0s infinite;
}
.bar:nth-child(2) { -webkit-animation: bar 2s 0.7s infinite; animation: bar 2s 0.7s infinite;
}
@-webkit-keyframes bar { 0%, 100% { left: -100%; width: 0; } 20%, 50% { width: 60%; } 100% { left: 110%; }
}
@keyframes bar { 0%, 100% { left: -100%; width: 0; } 20%, 50% { width: 60%; } 100% { left: 110%; }
}
Firebase Logo Animation - Script Codes
Firebase Logo Animation - Script Codes
Home Page Home
Developer Joost Jansen
Username DevItWithDavid
Uploaded November 19, 2022
Rating 3
Size 2,830 Kb
Views 46,552
Do you need developer help for Firebase Logo Animation?

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!

Joost Jansen (DevItWithDavid) Script Codes
Create amazing sales emails 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!