Skip to content

EliteCheng/animation

Repository files navigation

Animation Learning

CSS3 Animation

how to start

install dependence

git clone https://github.com/EliteCheng/animation.git
cd animation
yarn install

run

modify project path config

# config project path. open ./webpack-config/webpack.base.js 
  const {
      mainPath,
      htmlPath,
- } = require('../svg-animation/config')
+ } = require('../css3-animation/config')

run project

yarn run dev
yarn run prod # build 

SVG Animation

how to start

install dependence

git clone https://github.com/EliteCheng/animation.git
cd animation
yarn install

run

modify project path config

# config project path. open ./webpack-config/webpack.base.js 
  const {
      mainPath,
      htmlPath,
- } = require('../css3-animation/config')
+ } = require('../svg-animation/config')

run project

yarn run dev
yarn run prod # build 

About

learning animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published