• Stars
    star
    199
  • Rank 196,105 (Top 4 %)
  • Language
    HTML
  • Created over 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

❗️ Calculates pauses in CSS animation loops.

WAIT! Animate

waitanimate.wstone.uk

Development

Install the dependencies...

yarn

...then start Rollup:

yarn dev

Navigate to localhost:5000. You should see the app running.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

Building and running in production mode

To create an optimised version of the app:

yarn build

You can run the newly built app with yarn start.