Project 2_5: CSS Interactivity

Add CSS motion and linking to your design!



The ability to now highlight information with motion will enahnce how the viewer understands the information. Ask the following questions: How much is too much? How much is not enough? Does this need to move? Color? Legibility? What changes and when? Why?

Please download this .zip file to see how some of the CSS transitions and the HTML linking works

Remember/Consider:




Restrictions and Rules:





CSS Transitions:

CSS transitions allow you to change property values smoothly, over a given duration. To create a transition effect, you must specify two things: 1.) the CSS property you want to add an effect to and 2.) the duration of the effect:

See the Pen CSS Transitions by Oliver Roeger (@uic-des) on CodePen.


CSS Animations:

CSS allows animation of HTML elements. An animation lets an element gradually change from one style to another. You can change as many CSS properties you want, as many times you want.

See the Pen CSS Animations by Oliver Roeger (@uic-des) on CodePen.