Fake loading

Developer
Size
1,952 Kb
Views
198,352

How do I make an fake loading?

What is a fake loading? How do you make a fake loading? This script and codes were developed by Adem Ilter on 11 June 2022, Saturday.

Fake loading Previews

Fake loading - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>fake loading</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <progress value="0" max="100"></progress> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Fake loading - Script Codes CSS Codes

progress { display: inline-block; width: 80%; margin: 50px 10%;
}

Fake loading - Script Codes JS Codes

// fake loading
function loading(percent, d) { $('progress').animate({ value: percent + '%' }, d, function() { if (percent == 100) { setTimeout(function() { $('progress').addClass("isComplated"); }, d); } })
}
loading(10, 200);
loading(15, 600);
loading(42, 1200);
loading(55, 400);
loading(86, 2000);
loading(100, 100);
Fake loading - Script Codes
Fake loading - Script Codes
Home Page Home
Developer Adem Ilter
Username ademilter
Uploaded June 11, 2022
Rating 3
Size 1,952 Kb
Views 198,352
Do you need developer help for Fake 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!

Adem Ilter (ademilter) Script Codes
Create amazing captions 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!