sca4cs / DOM_II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOM II - Event exploration

Objectives

Project Setup

  • Use yesterday's project as your base for today's project.
  • You can update the HTML/CSS/JS for this project.

Task: Create Event Listeners

  • Create 10 unique event listeners based on the reference file in the objective.
  • Using the 10 unique events, find ways to update the DOM in creative ways. For example you could change colors, animate objects, remove objects, etc.

Stretch Task:

  • Go look at GSAP: https://greensock.com/ and implement the animations found in that library with your custom events.

Stretch assignment

About


Languages

Language:JavaScript 40.5%Language:HTML 34.8%Language:CSS 24.7%