web-animations / web-animations-demos

Demos of the Web Animations API
https://web-animations.github.io/web-animations-demos/
Apache License 2.0
99 stars 38 forks source link

This repo contains the source code for the Web Animations Demos. See the live demo page.

Release

git pull
gc gh-pages
git rebase master
bower install  # TODO: replace with Yarn

# optional
git add components/
git commit -m "update components"

git push -f