Animations

Size
1,595 Kb
Views
6,072

How do I make an animations?

What is a animations? How do you make a animations? This script and codes were developed by Anthony Keithley on 24 December 2022, Saturday.

Animations Previews

Animations - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animations</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="circle">
</div>
</body>
</html>

Animations - Script Codes CSS Codes

.circle { border-radius: 50%; width: 20px; height: 20px; background: seagreen; animation-name: square; animation-duration: 3s; animation-delay: 1s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;
}
@keyframes square { 0%{ margin-top: 0px; margin-left: 0px; } 25%{ margin-top: 0px; margin-left: 100px; } 50%{ margin-top: 100px; margin-left: 100px; } 75%{ margin-top: 100px; margin-left: 0px; } 100%{ margin-top: 0px; margin-left: 0px; }
}
@keyframes growAndShrink { from { width: 200px; height: 200px; } to { width: 100px; height: 100px; background: limegreen; }
}
Animations - Script Codes
Animations - Script Codes
Home Page Home
Developer Anthony Keithley
Username KeithleySLHS
Uploaded December 24, 2022
Rating 3
Size 1,595 Kb
Views 6,072
Do you need developer help for Animations?

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!

Anthony Keithley (KeithleySLHS) 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!