Skip to content

lemanh-tuong/waitanimate

 
 

Repository files navigation

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.

About

❗️ Calculates pauses in CSS animation loops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.2%
  • Svelte 28.5%
  • JavaScript 26.3%