mapdeck
mapdeck copied to clipboard
Refactor Animations
Refactor all the animations (arc, line, trips) to use the
function initialise() {
...
...
window.requestAnimationFrame(animate);
};
window.requestAnimationFrame(animate);
}
initialise();
structure