Open dcooley opened 2 years ago
Refactor all the animations (arc, line, trips) to use the
function initialise() { ... ... window.requestAnimationFrame(animate); }; window.requestAnimationFrame(animate); } initialise();
structure
Refactor all the animations (arc, line, trips) to use the
structure