Keyframe Animations

Developer
Size
1,653 Kb
Views
18,216

How do I make an keyframe animations?

What is a keyframe animations? How do you make a keyframe animations? This script and codes were developed by Jemma Riedel on 20 September 2022, Tuesday.

Keyframe Animations Previews

Keyframe Animations - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Keyframe Animations</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> <h1>Sleepy</h1>
<div>
</div>
<blockquote>Sleep=Life</blockquote>
</body>
</html>

Keyframe Animations - Script Codes CSS Codes

h1{ -webkit-animation: spinny .5s infinite; animation: spinny .5s infinite;
}
blockquote{ -webkit-animation: spinny 5s infinite; animation: spinny 5s infinite;
}
div{ background: gold; height: 100px; width: 100px; margin: 0 auto;
/* Static testing */ -webkit-animation: spinny 5s 3 both; animation: spinny 5s 3 both;
}
@-webkit-keyframes spinny { 0% { -webkit-transform: translateY(200px) rotate(0deg); transform: translateY(200px) rotate(0deg);} 50% { -webkit-transform: translateY(-100px); transform: translateY(-100px);} 100% { -webkit-transform: translateY(200px) rotate(180deg); transform: translateY(200px) rotate(180deg);}
}
@keyframes spinny { 0% { -webkit-transform: translateY(200px) rotate(0deg); transform: translateY(200px) rotate(0deg);} 50% { -webkit-transform: translateY(-100px); transform: translateY(-100px);} 100% { -webkit-transform: translateY(200px) rotate(180deg); transform: translateY(200px) rotate(180deg);}
}
Keyframe Animations - Script Codes
Keyframe Animations - Script Codes
Home Page Home
Developer Jemma Riedel
Username jxqr97
Uploaded September 20, 2022
Rating 3
Size 1,653 Kb
Views 18,216
Do you need developer help for Keyframe 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!

Jemma Riedel (jxqr97) Script Codes
Create amazing blog posts 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!