Assignment: CSS Animation Techniques

Objective

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.

Instructions

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.

Required Effects (20 Points Total)

Submission

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.