Monkey Island CSS Animation

Developer
Size
1,916 Kb
Views
6,072

How do I make an monkey island css animation?

Guybrush ThreepWood (Monkey Island) with CSS animations, using CSS3 steps() and audio HTML5.. What is a monkey island css animation? How do you make a monkey island css animation? This script and codes were developed by Manz on 18 January 2023, Wednesday.

Monkey Island CSS Animation Previews

Monkey Island CSS Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Monkey Island CSS Animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="sky"> <div id="sea"> <div id="gb"></div> </div>
</div>
<audio id="song" autoplay> <source src="http://scummbar.com/mi2/MI1-CD/26%20-%20Monkey%20Island%20-%20Rock%20Remix%202.mp3">
</audio>
</body>
</html>

Monkey Island CSS Animation - Script Codes CSS Codes

body { margin:0; background:#000;
}
#sky { background:url(https://cdn.rawgit.com/ManzDev/cursos-assets/gh-pages/css3/monkey-sky.png) repeat-X; -webkit-animation: movebg 9s linear infinite; animation: movebg 9s linear infinite;
}
#sea { background:url(https://cdn.rawgit.com/ManzDev/cursos-assets/gh-pages/css3/monkey-sea.png) repeat-x; box-shadow:10px 10px 45px RGBA(0,0,0, 0.95) inset; -webkit-animation: movebg 7s linear infinite; animation: movebg 7s linear infinite; position:relative; top:145px;
}
@-webkit-keyframes movebg { 0% { background-position:550px } 100% { background-position:0 }
}
@keyframes movebg { 0% { background-position:550px } 100% { background-position:0 }
}
#gb { width:104px; height:150px; background:url(https://cdn.rawgit.com/ManzDev/cursos-assets/gh-pages/css3/monkey-guybrush.png) no-repeat; -webkit-animation:gbwalk 1s steps(6) infinite; animation:gbwalk 1s steps(6) infinite; margin:auto; position:relative; bottom:34px; /* Ojo, muy costoso en rendimiento */ /* filter:drop-shadow(5px 5px 5px #000); */
}
@-webkit-keyframes gbwalk { 0% { background-position:0 } 100% { background-position:-624px }
}
@keyframes gbwalk { 0% { background-position:0 } 100% { background-position:-624px }
}
Monkey Island CSS Animation - Script Codes
Monkey Island CSS Animation - Script Codes
Home Page Home
Developer Manz
Username manz
Uploaded January 18, 2023
Rating 3.5
Size 1,916 Kb
Views 6,072
Do you need developer help for Monkey Island CSS 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!

Manz (manz) Script Codes
Create amazing art & images 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!