EvenVision Branded Ajax Loader

Developer
Size
3,023 Kb
Views
50,600

How do I make an evenvision branded ajax loader?

Single div, used to create a branded loading experience.. What is a evenvision branded ajax loader? How do you make a evenvision branded ajax loader? This script and codes were developed by Matt Gross on 28 August 2022, Sunday.

EvenVision Branded Ajax Loader Previews

EvenVision Branded Ajax Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>EvenVision Branded Ajax Loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="ajax-progress"> <div class="throbber"></div>
</div>
<article class="page">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non viverra dolor. Ut vitae euismod lorem. Suspendisse eu massa non risus ullamcorper faucibus. Fusce non justo lorem. Ut ante ante, accumsan et porta non, mattis vitae odio. Integer dapibus felis sit amet tincidunt varius. Sed nunc tellus, dignissim id vehicula et, finibus non mi. Duis venenatis lacus sed ante blandit finibus. Cras consectetur fermentum nulla vitae lobortis. Morbi gravida, massa vitae condimentum viverra, mi neque feugiat est, a maximus erat sem a sem. Integer pharetra dictum enim, eget malesuada felis volutpat sed.</p> <p>Cras faucibus at ex sed congue. Nam velit eros, dignissim a orci ut, blandit mattis sapien. Ut efficitur tristique tellus vel malesuada. In tempus eget sapien sed imperdiet. Praesent malesuada iaculis urna id pellentesque. Cras at massa et velit consequat iaculis. Morbi eget augue lacinia, convallis erat vitae, convallis lectus. Quisque elit orci, bibendum sit amet interdum in, tempor et risus. Vestibulum nec augue dapibus, maximus felis ac, malesuada tortor. Integer ac massa venenatis, vulputate felis ut, convallis dui. Nunc vitae neque rutrum, sagittis augue et, molestie dui.</p>
<p>Phasellus eu volutpat sapien. Quisque egestas laoreet mi, ac auctor mauris egestas aliquet. Nullam sit amet nibh molestie, vulputate arcu in, pharetra est. Sed in augue eu risus aliquet fringilla vitae at leo. Donec pharetra porta scelerisque. In ullamcorper, sem a commodo condimentum, quam mauris interdum metus, nec tempus massa ipsum sed purus. Curabitur sollicitudin mi non arcu volutpat accumsan. Integer quis odio luctus, vestibulum magna vel, porttitor sapien.</p> <a href="javascript:void;" class="load-something">Loader!</a>
</article> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

EvenVision Branded Ajax Loader - Script Codes CSS Codes

.page { padding: 40px; max-width: 500px; margin: 0 auto;
}
.ajax-progress {	display: block;	position: fixed; top: 0; left: 0; right: 100%; bottom: 100%; opacity: 0;	overflow: visible; background: rgba(255,255,255,0.95); display: flex; justify-content: center; align-items: center; transition: opacity .3s ease, bottom 0s ease .3s, right 0s ease .3s;
}
.ajax-progress.active { right: 0; bottom: 0; opacity: 1; transition: opacity .3s ease;
}
/* Spinner Animation */
.ajax-progress .throbber {	width: 8px;	height: 8px; position: relative; display: block; vertical-align: middle;	background: #333; font-size: 0;	-webkit-animation: spinner 1s ease infinite;	animation: spinner 1s ease infinite; animation-delay: .465s; -webkit-animation-delay: .465s;
}
.ajax-progress:before,
.ajax-progress:after {	content: '';	display: block; position: relative; vertical-align: middle; width: 8px;	height: 8px;
}
.ajax-progress:before {	background: #a24d41;	-webkit-animation: spinner 1s ease infinite;	animation: spinner 1s ease infinite; animation-delay: .33s; -webkit-animation-delay: .33s;
}
.ajax-progress:after {	background: #7a8166;	-webkit-animation: spinner 1s ease infinite;	animation: spinner 1s ease infinite; animation-delay: .63s; -webkit-animation-delay: .63s;
}
@keyframes spinner { 0% { height: 10px; } 33% { height: 25px; } 66% { height: 10px; } 100% { height: 10px; }
}
@-webkit-keyframes spinner { 0% { height: 10px; } 33% { height: 25px; } 66% { height: 10px; } 100% { height: 10px; }
}

EvenVision Branded Ajax Loader - Script Codes JS Codes

$('.load-something').click(function() { $('.ajax-progress').addClass('active'); setTimeout(remove, 3000);
});
function remove() { $('.ajax-progress').removeClass('active');
}
EvenVision Branded Ajax Loader - Script Codes
EvenVision Branded Ajax Loader - Script Codes
Home Page Home
Developer Matt Gross
Username mattgrosswork
Uploaded August 28, 2022
Rating 3
Size 3,023 Kb
Views 50,600
Do you need developer help for EvenVision Branded Ajax 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!

Matt Gross (mattgrosswork) Script Codes
Create amazing video scripts 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!