Code with testing in the browser

In particular look at

  1. the import of Tween.js
    1. how it is applied TWEEN.update(timestamp);
    2. even in it to see how the effect works if you are curious!

Ok one of those tweens is going way WAY too fast, that's not fun. Fix it so that it goes somewhere else and much slower.

Already finished... impressive. Then check out Going further.