Skip to content

Project exploring adding CSS animation to SVGs and using the Web Animations API.

License

Notifications You must be signed in to change notification settings

andypattenden/web-animations

Repository files navigation

Exploring Web Animations

Netlify Status

Project exploring adding CSS animation to SVGs and using the Web Animations API.

Roasting a marshmallow over a campfire Space scene
Riding a bicyle Man looking at a progress indicator
Man walking a dog

SVG images from undraw.co


Demo

A live demo of the animations can be found here.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint # lint js and styles
npm run lint:fix # lint and auto-fix js and styles

Customize configuration

See Configuration Reference.