Page load animation

Developer
Size
2,511 Kb
Views
18,216

How do I make an page load animation?

What is a page load animation? How do you make a page load animation? This script and codes were developed by Parth Viroja on 03 September 2022, Saturday.

Page load animation Previews

Page load animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Page load animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p>
Alternate Title :	Indo-US shared vision workshop on soft, quantum and nano computing (SQUAN 2007)
Abstract Description :	This talk will describe two quantum games that we have experimentally implemented by NMR, using a 3-qubit system. The games are (i) the quantum version of Ulam’s game and (ii) a 3-player ‘Dilemma’ game which is an extension of 2-player ‘Prisoner’s Dilemma’ game. The Ulam’s game is a two player game in which one of the players tries to search in a minimum number of queries a number thought by the other player. Classically the problem scales polynomially with the size of the number. The quantum version of the game has a query complexity that is independent of the dimension of the search space. The experimental implementation of this game has been carried out in our laboratory by NMR, using a 3-qubit system. The experimental results will be described.
Content Description :	To utilize the latest distance learning technologies such as videoconferencing, webcasts, e-lectures, online courses for promoting quantum-nano education and provide opportunities to young scientists and researchers.
Subject :	Nanotechnology and Nanocomputing
Keywords :	Quantum Game, Dilemma, Quantum Computing, Quantum Information Systems,Engineering,Computer Science, Physics, Quantum Information
Target User :	Lifelong learners
Author :	Anil Kumar
Project :	Quantum and nano computing virtual centre
</p>
<div class="page-loader"> <div class="loader loader-1">Loading</div> <div class="loader loader-2">Loading</div>
</div>
</body>
</html>

Page load animation - Script Codes CSS Codes

html,
body { padding: 0; margin: 0; font:1.2em "Calibri"; font-weight:lighter; letter-spacing:1px; padding:40px; text-align:justify;
}
.page-loader{ position:fixed; z-index:10000; height:100vh; width:100vw; left:0; right:0; top:0; bottom:0; background:rgba(255,255,255,0.9);
}
.loader{ width:100px; height:100px; border-radius: 50%; line-height:100px; text-align:center; display:block; margin:5% auto; position: relative; vertical-align: middle; background-color:#009900; color:#fff;
}
.loader,
.loader:before,
.loader:after { animation:1.5s infinite ease;
}
.loader:before,
.loader:after { width: 100%; height: 100%; border-radius: 50%; position: absolute; top: 0; left: 0;
}
.loader-1 { animation-name: load-1;
}
.loader-2 { animation-name: load-2;
}
@keyframes load-1 { 0%{ transform: scale(0); opacity:0.1; } 100%{ transform: scale(1); opacity:0.9; }
}
@keyframes load-2 { 0%{ transform: scale(0); opacity:0.1; } 50%{ transform: scale(1); opacity:0.9; } 100%{ transform: scale(0); opacity:0.1; }
}
Page load animation - Script Codes
Page load animation - Script Codes
Home Page Home
Developer Parth Viroja
Username parthviroja
Uploaded September 03, 2022
Rating 3
Size 2,511 Kb
Views 18,216
Do you need developer help for Page load animation?

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!

Parth Viroja (parthviroja) Script Codes
Create amazing SEO 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!