CSS Animation playing

Developer
Size
1,729 Kb
Views
2,024

How do I make an css animation playing?

What is a css animation playing? How do you make a css animation playing? This script and codes were developed by Dean Leigh on 25 January 2023, Wednesday.

CSS Animation playing Previews

CSS Animation playing - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Animation playing</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p>Hello World</p>
</body>
</html>

CSS Animation playing - Script Codes CSS Codes

p { margin-top: 0%; height: 1rem;
}
p:hover { background: pink; animation-duration: 1s; animation-name: slidein; animation-iteration-count: 1; width: 10rem;
}
@keyframes slidein { from { margin-top: 0%; height: 1rem; } to { margin-top: 0%; height: 400px; }
}
CSS Animation playing - Script Codes
CSS Animation playing - Script Codes
Home Page Home
Developer Dean Leigh
Username deanleigh
Uploaded January 25, 2023
Rating 3
Size 1,729 Kb
Views 2,024
Do you need developer help for CSS Animation playing?

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!

Dean Leigh (deanleigh) 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!