Javascript

Text Shadow Animation on Mousemove

Today's goal is to make the text shadow on our header text follow the mouse around the window.

Read

LocalStorage & Event Delegation in Javascript

Today we are exploring two topics in a longer lesson. The first is LocalStorage and the second is Event Delegation.

Read

Refs vs Copying in JS

Understanding the difference between a reference and a copy is fundamental to understanding JavaScript. Confusing the two can be a mega source of bugs further down the track.

Read

Javascript Slide in on Scroll Animation

The aim of today is to animate images to appear (via a slide transition) as we scroll down the page.

Read