Skip to content

Latest commit

History

History
69 lines (47 loc) 路 2.54 KB

week-2.md

File metadata and controls

69 lines (47 loc) 路 2.54 KB

Week 2

Inspiration

CSS Animation Rocks by @donovanh.

Table of Contents

Slides

Theory

Lab

Transitions in Space

Add interactivity based on user input

Synopsis

  • Time: 16:00h
  • Due: before lecture 3

Description

Your artwork should respond to input from the user. Use transitions, animation, pseudo-classes and events to make your artwork interactive. What happens when people hover over certain elements with their mouse? What if they press keys on their keyboard?

  • Can the user :hover over certain elements with their mouse?
  • What happens when the user tries to use a keyboard?
  • Should something happen when you scroll the page?
  • Do you need JavaScript to listen for events?

Extra resources

Playground