SymbolixAU / mapdeck

R interface to Deck.gl and Mapbox
https://symbolixau.github.io/mapdeck/articles/mapdeck.html
362 stars 40 forks source link

Refactor Animations #354

Open dcooley opened 2 years ago

dcooley commented 2 years ago

Refactor all the animations (arc, line, trips) to use the


function initialise() {

    ...
  ...
      window.requestAnimationFrame(animate);
  };

  window.requestAnimationFrame(animate);
}

initialise();

structure