LOADING

Developer
Size
2,095 Kb
Views
10,120

How do I make an loading?

Animating the box-shadow and shifting the color to match the background. The color property handles the text color along with the box-shadow color.. What is a loading? How do you make a loading? This script and codes were developed by Jordan on 03 December 2022, Saturday.

LOADING Previews

LOADING - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>LOADING</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.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! */ html{ margin:0; height:100%;
}
body{ margin:0; height:100%; background:darkorange;
}
.loader{ position:relative; top:40%; margin:0 auto; width:6em; height:6em; border-radius:3em; text-align:center; line-height:6em; font-family:sans-serif; font-weight:100; color:brown; box-shadow:inset 0 -5em 3em, inset 0 0 2em, inset 0 0 1em; animation:load 4s infinite alternate cubic-bezier(1,.37,.4,1);
}
@keyframes load{ 100%{ box-shadow:inset 0 5em 3em, 0 0 3em; color:darkorange; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="loader">LOADING</div>
</body>
</html>

LOADING - Script Codes CSS Codes

html{ margin:0; height:100%;
}
body{ margin:0; height:100%; background:darkorange;
}
.loader{ position:relative; top:40%; margin:0 auto; width:6em; height:6em; border-radius:3em; text-align:center; line-height:6em; font-family:sans-serif; font-weight:100; color:brown; box-shadow:inset 0 -5em 3em, inset 0 0 2em, inset 0 0 1em; animation:load 4s infinite alternate cubic-bezier(1,.37,.4,1);
}
@keyframes load{ 100%{ box-shadow:inset 0 5em 3em, 0 0 3em; color:darkorange; }
}
LOADING - Script Codes
LOADING - Script Codes
Home Page Home
Developer Jordan
Username Jordan
Uploaded December 03, 2022
Rating 3
Size 2,095 Kb
Views 10,120
Do you need developer help for 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!

Jordan (Jordan) Script Codes
Create amazing web content 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!