├── .gitignore └── animation-1 ├── index.html ├── logo.svg └── styles.css /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_STORE -------------------------------------------------------------------------------- /animation-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontend-joe/svg-animation/HEAD/animation-1/index.html -------------------------------------------------------------------------------- /animation-1/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontend-joe/svg-animation/HEAD/animation-1/logo.svg -------------------------------------------------------------------------------- /animation-1/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontend-joe/svg-animation/HEAD/animation-1/styles.css --------------------------------------------------------------------------------