Dom loading

Developer
Size
3,201 Kb
Views
20,240

How do I make an dom loading?

What is a dom loading? How do you make a dom loading? This script and codes were developed by El Alemaño on 15 November 2022, Tuesday.

Dom loading Previews

Dom loading - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>dom loading</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper">	<div class="domradio-loading">	<div class="loading-0 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-1 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-2 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-3 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-4 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-3 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-2 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-1 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-0 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-1 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-2 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-3 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-4 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-3 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-2 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-1 loading-bar">	<div class="loading-inside"></div>	</div>	<div class="loading-0 loading-bar">	<div class="loading-inside"></div>	</div>
</div> <script src="js/index.js"></script>
</body>
</html>

Dom loading - Script Codes CSS Codes

.wrapper { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;
}
.height_bar 0% { top: 100%;
}
.height_bar 15% { top: 80%;
}
.height_bar 30% { top: 60%;
}
.height_bar 45% { top: 30%;
}
.height_bar 60% { top: 15%;
}
.height_bar 75% { top: 0%;
}
.height_bar 100% { top: 0%;
}
@-webkit-keyframes height_bar { 0% { top: 100%; } 15% { top: 80%; } 30% { top: 60%; } 45% { top: 30%; } 60% { top: 15%; } 75% { top: 0%; } 100% { top: 0%; }
}
@-moz-keyframes height_bar { 0% { top: 100%; } 15% { top: 80%; } 30% { top: 60%; } 45% { top: 30%; } 60% { top: 15%; } 75% { top: 0%; } 100% { top: 0%; }
}
@-ms-keyframes height_bar { 0% { top: 100%; } 15% { top: 80%; } 30% { top: 60%; } 45% { top: 30%; } 60% { top: 15%; } 75% { top: 0%; } 100% { top: 0%; }
}
@-o-keyframes height_bar { 0% { top: 100%; } 15% { top: 80%; } 30% { top: 60%; } 45% { top: 30%; } 60% { top: 15%; } 75% { top: 0%; } 100% { top: 0%; }
}
@keyframes height_bar { 0% { top: 100%; } 15% { top: 80%; } 30% { top: 60%; } 45% { top: 30%; } 60% { top: 15%; } 75% { top: 0%; } 100% { top: 0%; }
}
.domradio-loading { height: 70px; width: 70px; display: block; margin: 100px auto;
}
.domradio-loading .loading-bar { height: 70px; width: 2px; float: left; margin-right: 1px; position: relative;
}
.domradio-loading .loading-bar.loading-4 { height: 70px; margin-top: 0px;
}
.domradio-loading .loading-bar.loading-3 { height: 60px; margin-top: 10px;
}
.domradio-loading .loading-bar.loading-2 { height: 50px; margin-top: 20px;
}
.domradio-loading .loading-bar.loading-1 { height: 40px; margin-top: 30px;
}
.domradio-loading .loading-bar.loading-0 { height: 30px; margin-top: 40px;
}
.domradio-loading .loading-bar.loading-4 .loading-inside { -webkit-animation-name: height_bar; -moz-animation-name: height_bar; -ms-animation-name: height_bar; -o-animation-name: height_bar; animation-name: height_bar; -webkit-animation-duration: 1000ms; -moz-animation-duration: 1000ms; -ms-animation-duration: 1000ms; -o-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; -ms-animation-direction: alternate; -o-animation-direction: alternate; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -ms-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 400ms; -moz-animation-delay: 400ms; -ms-animation-delay: 400ms; -o-animation-delay: 400ms; animation-delay: 400ms;
}
.domradio-loading .loading-bar.loading-3 .loading-inside { -webkit-animation-name: height_bar; -moz-animation-name: height_bar; -ms-animation-name: height_bar; -o-animation-name: height_bar; animation-name: height_bar; -webkit-animation-duration: 1000ms; -moz-animation-duration: 1000ms; -ms-animation-duration: 1000ms; -o-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; -ms-animation-direction: alternate; -o-animation-direction: alternate; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -ms-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 300ms; -moz-animation-delay: 300ms; -ms-animation-delay: 300ms; -o-animation-delay: 300ms; animation-delay: 300ms;
}
.domradio-loading .loading-bar.loading-2 .loading-inside { -webkit-animation-name: height_bar; -moz-animation-name: height_bar; -ms-animation-name: height_bar; -o-animation-name: height_bar; animation-name: height_bar; -webkit-animation-duration: 1000ms; -moz-animation-duration: 1000ms; -ms-animation-duration: 1000ms; -o-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; -ms-animation-direction: alternate; -o-animation-direction: alternate; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -ms-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 200ms; -moz-animation-delay: 200ms; -ms-animation-delay: 200ms; -o-animation-delay: 200ms; animation-delay: 200ms;
}
.domradio-loading .loading-bar.loading-1 .loading-inside { -webkit-animation-name: height_bar; -moz-animation-name: height_bar; -ms-animation-name: height_bar; -o-animation-name: height_bar; animation-name: height_bar; -webkit-animation-duration: 1000ms; -moz-animation-duration: 1000ms; -ms-animation-duration: 1000ms; -o-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; -ms-animation-direction: alternate; -o-animation-direction: alternate; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -ms-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 100ms; -moz-animation-delay: 100ms; -ms-animation-delay: 100ms; -o-animation-delay: 100ms; animation-delay: 100ms;
}
.domradio-loading .loading-bar.loading-0 .loading-inside { -webkit-animation-name: height_bar; -moz-animation-name: height_bar; -ms-animation-name: height_bar; -o-animation-name: height_bar; animation-name: height_bar; -webkit-animation-duration: 1000ms; -moz-animation-duration: 1000ms; -ms-animation-duration: 1000ms; -o-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; -ms-animation-direction: alternate; -o-animation-direction: alternate; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -ms-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 0ms; -moz-animation-delay: 0ms; -ms-animation-delay: 0ms; -o-animation-delay: 0ms; animation-delay: 0ms;
}
.domradio-loading .loading-bar .loading-inside { position: absolute; bottom: 0; left: 0; right: 0; top: 100%; background-color: #C50E1F;
}

Dom loading - Script Codes JS Codes

/** * Loading Animation * @see http://shop.art-bijou.de/images/categories/stahl_dom_einsaetze.jpg */
Dom loading - Script Codes
Dom loading - Script Codes
Home Page Home
Developer El Alemaño
Username elalemanyo
Uploaded November 15, 2022
Rating 3
Size 3,201 Kb
Views 20,240
Do you need developer help for Dom loading?

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!

El Alemaño (elalemanyo) Script Codes
Create amazing marketing copy 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!