Week 2
Table of Contents
Inspiration
CSS Animation Rocks by @donovanh.
Lecture
Slides
Theory
Lab
Transitions in Space
Add interactivity based on user input
Synopsis
- Time: 16:00h
- Goals: subgoal 5, subgoal 6, subgoal 7 & subgoal 8
- 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.
- Can the user
:hover
over certain elements with their mouse?
- What happens when the user tries to use a keyboard?
- Can the user click on elements?
- Do you need JavaScript to listen for events?
Playground