Walk cycle CSS3 animation

Size
1,911 Kb
Views
72,864

How do I make an walk cycle css3 animation?

A simple walk cycle animation using a sprite image and CSS3 keyframe animation.. What is a walk cycle css3 animation? How do you make a walk cycle css3 animation? This script and codes were developed by Mauritius D'Silva on 16 November 2022, Wednesday.

Walk cycle CSS3 animation Previews

Walk cycle CSS3 animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Walk cycle CSS3 animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Walk cycle CSS3 animation</h1>
<div id="animation"></div>
</body>
</html>

Walk cycle CSS3 animation - Script Codes CSS Codes

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';
body { width: 100%; height: 100%; color: #333; background:#ffdb4f; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1{ text-align:center; font-weight: 300;
}
/* Walk cycle sprite image from: http://blog.nanchu.me */
#animation{ margin:0 auto; /* for demo purpose only */ width: 83.33333333333333px; /* the total width of the sprite image divided by each frame width */	height: 126px;
background:url(https://38.media.tumblr.com/tumblr_mb4zsyUYCT1rvuv0d.png);	-webkit-animation: walk-cycle 1.0s steps(6) infinite; -o-animation: walk-cycle 1.0s steps(6) infinite; animation: walk-cycle 1.0s steps(6) infinite; /* the sprite has 6 frames hence: steps(6) */
}
/* Walk cycle animation */	@keyframes walk-cycle{ 0% { background-position: 0px; } 100% { background-position: -500px; /* loop the animation frames once the end of the image is reached, the total width of the sprite image is 500px */ } }
Walk cycle CSS3 animation - Script Codes
Walk cycle CSS3 animation - Script Codes
Home Page Home
Developer Mauritius D'Silva
Username mauritiusdsilva
Uploaded November 16, 2022
Rating 3
Size 1,911 Kb
Views 72,864
Do you need developer help for Walk cycle CSS3 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!

Mauritius D'Silva (mauritiusdsilva) Script Codes
Create amazing Facebook ads 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!