Test animation

Developer
Size
1,658 Kb
Views
14,168

How do I make an test animation?

What is a test animation? How do you make a test animation? This script and codes were developed by Yuri Morini on 24 November 2022, Thursday.

Test animation Previews

Test animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>test animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="cnt">
<img class="logo" src="http://fintechnologies.beebeeweb.ch/wp-content/uploads/2016/02/logo.png" />
</div>
</body>
</html>

Test animation - Script Codes CSS Codes

body { background: #004D83; height: 100%; margin: 0;
}
.cnt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.logo { display:block; animation-delay: 2s; animation-name: logoanim; animation-duration: 6s; animation-iteration-count: infinite;
}
@keyframes logoanim { 0% { transform: rotateY(0); animation-timing-function: ease-out; } 10% { transform: rotateY(-20deg); animation-timing-function: cubic-bezier(.5,.01,.3,1); } 20% { transform: rotateY(360deg); } 100% { transform: rotateY(360deg); }
}
Test animation - Script Codes
Test animation - Script Codes
Home Page Home
Developer Yuri Morini
Username yurimorini
Uploaded November 24, 2022
Rating 3
Size 1,658 Kb
Views 14,168
Do you need developer help for Test 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!

Yuri Morini (yurimorini) Script Codes
Create amazing sales emails 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!