colinmorris / atypicality

19 stars 1 forks source link

Speed up polygon animations during "turn back time" section #8

Closed colinmorris closed 6 years ago

colinmorris commented 6 years ago

(Could also try just making the whole scrolling scene longer, or giving it some ease-in)

colinmorris commented 6 years ago

Relevant code: tweenYear in sticky-song.js.

I think the inefficient lookups might be causing some latency. Probably not too hard to fix.