The goal of this assignment is to demonstrate your understanding of CSS-only animations. You will use transition, transform, and @keyframes to build a simple tutorial page that showcases several common animation effects.
You will create two files: my_animation.html and my_style.css. Your page, when finished, should demonstrate the four effects listed below in separate sections. You should replicate the effects shown in the class tutorial sample.
Pay close attention to the comments in the sample code—your own code should be just as clean and well-commented.
width from 0% to 100%).
transform: scale()) on hover.@keyframes to animate box-shadow).<h3>) that animates on page load. This can be a "fade in" (animating opacity) or a "slide up" (animating transform: translateY()) effect using @keyframes.
7966228.jpg (rabbit sprite) file provided, create a CSS-only sprite animation. You must use a @keyframes rule to animate the background-position and use the steps() timing function to create the frame-by-frame effect.
Submit: PUBLISH online, your code. File naming should be as following.index.htm, LastName_style.css, and the image.jpg image file to this assignment portal.