Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Animations #354

Open
dcooley opened this issue Feb 23, 2022 · 0 comments
Open

Refactor Animations #354

dcooley opened this issue Feb 23, 2022 · 0 comments

Comments

@dcooley
Copy link
Collaborator

dcooley commented Feb 23, 2022

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

function initialise() {

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

  window.requestAnimationFrame(animate);
}

initialise();

structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant