WD1
Lesson 3.7

Animations


OVERVIEW:

Animations are not only fun to watch, but they’re fun to make. And up until a couple of years ago, to put an animation on a web page, you had to learn an entirely new kind of coding language like JavaScript or JQuery. Times have changed.

Right about now, you should feel pretty good about styling web pages with CSS. The benefit of learning a little bit about CSS Animations is that you can spruce up your pages with something more interesting than just text, borders, colors, and images. If you think about it, people only stay on pages that they find to be interesting. When they get bored or feel like they’re not looking at anything new, they leave. So if you want someone to stick around, learning how to add animation to your site is incredibly useful.

This lesson will teach you the basics of CSS Animation through properties like transform, transition, and animation and you’ll also hear the last quote from Hakon Wium Lie. He talks about the importance of having dynamic pages instead of static ones. And what he means is that good designers make pages with living content instead of content that looks like it has no life, which we call “static.”


LEARNING GOAL #3: The Basics of CSS

Students will be able to construct multi-page websites using Internal Links and External CSS.


PART 1: CLASS DISCUSSION

Read More

PART 2: ANIMATION ACTIVITY #1

Read More

PART 3: ANIMATION ACTIVITY #2

Read More
Posted in WD1