Mug foundation-pre loader

Developer
Size
3,330 Kb
Views
14,168

How do I make an mug foundation-pre loader?

Add loaded class to html and voila. What is a mug foundation-pre loader? How do you make a mug foundation-pre loader? This script and codes were developed by Matheus Silva on 20 October 2022, Thursday.

Mug foundation-pre loader Previews

Mug foundation-pre loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>mug foundation-pre loader</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ object { display: none;
}
body, html { width: 100%; height: 100%; background-color: #009688;
}
.loader-wrapper { display: flex; align-items: center; justify-content: center; text-align: center; background-color: #536DFE; width: 100%; height: 100%; transition: 1s opacity; z-index: 1000; opacity: 1;
}
.loaded .loader-wrapper { opacity: 0;
}
.loader { text-align: center; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 6em; font-family: 'Ubuntu', sans-serif; opacity: 1; border-radius: 50%;
}
.loader .blink-wrapper { color: #FFFFFF; font-size: 1.5em; font-family: 'Ubuntu', sans-serif; animation: rot 2s infinite alternate; width: 20px; height: 20px; background-color: #FFFFFF; border-radius: 50%;
}
.loader .blink-wrapper + .blink-wrapper { margin-left: 15px;
}
@keyframes rot { 0% { transform: rotate(90deg); border-radius: 0; } 50% { transform: rotate(0deg); border-radius: 25%; } 100% { transform: rotate(-90deg); border-radius: 50%; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="loader-wrapper"> <div class="loader"> <span class="blink-wrapper"></span> <span class="blink-wrapper"></span> <span class="blink-wrapper"></span> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Mug foundation-pre loader - Script Codes CSS Codes

object { display: none;
}
body, html { width: 100%; height: 100%; background-color: #009688;
}
.loader-wrapper { display: flex; align-items: center; justify-content: center; text-align: center; background-color: #536DFE; width: 100%; height: 100%; transition: 1s opacity; z-index: 1000; opacity: 1;
}
.loaded .loader-wrapper { opacity: 0;
}
.loader { text-align: center; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 6em; font-family: 'Ubuntu', sans-serif; opacity: 1; border-radius: 50%;
}
.loader .blink-wrapper { color: #FFFFFF; font-size: 1.5em; font-family: 'Ubuntu', sans-serif; animation: rot 2s infinite alternate; width: 20px; height: 20px; background-color: #FFFFFF; border-radius: 50%;
}
.loader .blink-wrapper + .blink-wrapper { margin-left: 15px;
}
@keyframes rot { 0% { transform: rotate(90deg); border-radius: 0; } 50% { transform: rotate(0deg); border-radius: 25%; } 100% { transform: rotate(-90deg); border-radius: 50%; }
}

Mug foundation-pre loader - Script Codes JS Codes

/*$(document).ready(function() { setTimeout(function(){ $('body').addClass('loaded'); $('h1').css('color','#222222'); }, 4000);
});*/
Mug foundation-pre loader - Script Codes
Mug foundation-pre loader - Script Codes
Home Page Home
Developer Matheus Silva
Username matheusxaviersi
Uploaded October 20, 2022
Rating 3
Size 3,330 Kb
Views 14,168
Do you need developer help for Mug foundation-pre loader?

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!

Matheus Silva (matheusxaviersi) 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!