Steps Sprite Animation

Developer
Size
1,942 Kb
Views
52,624

How do I make an steps sprite animation?

A code example from the CSS Animations Pocket Guide from Five Simple Steps (http://www.fivesimplesteps.com/products/css-animations) . What is a steps sprite animation? How do you make a steps sprite animation? This script and codes were developed by Val Head on 07 August 2022, Sunday.

Steps Sprite Animation Previews

Steps Sprite Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Steps Sprite Animation</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .sprite {	width:245px; height:400px; display:block; background:transparent url(http://s.cdpn.io/13034/walker.png) 0 0 no-repeat; margin:3em auto; animation: walker 1s steps(5) infinite;
}
@keyframes walker { from {background-position:0 0;} to {background-position:0 -4000px;}
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="sprite"></div>
</body>
</html>

Steps Sprite Animation - Script Codes CSS Codes

.sprite {	width:245px; height:400px; display:block; background:transparent url(http://s.cdpn.io/13034/walker.png) 0 0 no-repeat; margin:3em auto; animation: walker 1s steps(5) infinite;
}
@keyframes walker { from {background-position:0 0;} to {background-position:0 -4000px;}
}
Steps Sprite Animation - Script Codes
Steps Sprite Animation - Script Codes
Home Page Home
Developer Val Head
Username valhead
Uploaded August 07, 2022
Rating 3.5
Size 1,942 Kb
Views 52,624
Do you need developer help for Steps Sprite 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!

Val Head (valhead) Script Codes
Create amazing web 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!