Week 6

Interpolation & Tweening

Intro

This week we’ll be learning how to proportionally ‘map’ values from one range to another—a concept typically referred to as ‘interpolation’ or ‘normalization’. It becomes especially useful when attempting to represent numerical values on-screen since every raw value must in some way be transformed before it can be used as a pixel coordinate, color, dimension, or the like.

Sync Up

Activities