CSS Loading text

Developer
Size
2,461 Kb
Views
10,120

How do I make an css loading text?

Inspired by Dead Nation's "Loading" effect. http://www.youtube.com/watch?v=DsbMAsJzJuo&feature=player_detailpage#t=46s. What is a css loading text? How do you make a css loading text? This script and codes were developed by Josep Llodrà on 19 January 2023, Thursday.

CSS Loading text Previews

CSS Loading text - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Loading text</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> <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! */	body {	margin:0;	padding:0;	background-color: black;	}	div#center {	position: absolute;	margin: 0 auto;	top: 30%;	left: 40%;	height: 700px;	}	div#center span {	position: relative;	font-family: Helvetica;	font-size: 32px;	font-weight: bolder;	color: inherit;	}	@-webkit-keyframes janimation {	0% {	-webkit-transform: rotate(0deg) scale(1.5);	color: #aaa;	}	10% {	-webkit-transform: rotate(0deg) scale(1.7);	color: #ccc;	}	100% {	-webkit-transform: rotate(0deg) scale(1.2);	/*color: #333;*/	color: transparent;	text-shadow: #666 0 0 10px;	}	}	div#center div {	position: relative;	display: inline-block;	-webkit-animation: janimation 2.2s infinite;	}	div#center div.letter_container_1 {	-webkit-animation-delay: 0s;	}	div#center div.letter_container_2 {	-webkit-animation-delay: .2s;	}	div#center div.letter_container_3 {	-webkit-animation-delay: .4s;	}	div#center div.letter_container_4 {	-webkit-animation-delay: .6s;	}	div#center div.letter_container_5 {	-webkit-animation-delay: .8s;	}	div#center div.letter_container_6 {	-webkit-animation-delay: 1s;	}	div#center div.letter_container_7 {	-webkit-animation-delay: 1.2s;	} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>	<div id="center">	<div class="letter_container_1">	<span>L</span>	</div>	<div class="letter_container_2">	<span>O</span>	</div>	<div class="letter_container_3">	<span>A</span>	</div>	<div class="letter_container_4">	<span>D</span>	</div>	<div class="letter_container_5">	<span>I</span>	</div>	<div class="letter_container_6">	<span>N</span>	</div>	<div class="letter_container_7">	<span>G</span>	</div>	</div>
</body>
</html>

CSS Loading text - Script Codes CSS Codes

body {	margin:0;	padding:0;	background-color: black;	}	div#center {	position: absolute;	margin: 0 auto;	top: 30%;	left: 40%;	height: 700px;	}	div#center span {	position: relative;	font-family: Helvetica;	font-size: 32px;	font-weight: bolder;	color: inherit;	}	@-webkit-keyframes janimation {	0% {	-webkit-transform: rotate(0deg) scale(1.5);	color: #aaa;	}	10% {	-webkit-transform: rotate(0deg) scale(1.7);	color: #ccc;	}	100% {	-webkit-transform: rotate(0deg) scale(1.2);	/*color: #333;*/	color: transparent;	text-shadow: #666 0 0 10px;	}	}	div#center div {	position: relative;	display: inline-block;	-webkit-animation: janimation 2.2s infinite;	}	div#center div.letter_container_1 {	-webkit-animation-delay: 0s;	}	div#center div.letter_container_2 {	-webkit-animation-delay: .2s;	}	div#center div.letter_container_3 {	-webkit-animation-delay: .4s;	}	div#center div.letter_container_4 {	-webkit-animation-delay: .6s;	}	div#center div.letter_container_5 {	-webkit-animation-delay: .8s;	}	div#center div.letter_container_6 {	-webkit-animation-delay: 1s;	}	div#center div.letter_container_7 {	-webkit-animation-delay: 1.2s;	}
CSS Loading text - Script Codes
CSS Loading text - Script Codes
Home Page Home
Developer Josep Llodrà
Username jllodra
Uploaded January 19, 2023
Rating 3.5
Size 2,461 Kb
Views 10,120
Do you need developer help for CSS Loading text?

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!

Josep Llodrà (jllodra) 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!