# animation **Repository Path**: EliteCheng/animation ## Basic Information - **Project Name**: animation - **Description**: learning animation - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Animation Learning ## CSS3 Animation ### how to start #### install dependence ```bash git clone https://github.com/EliteCheng/animation.git cd animation yarn install ``` #### run modify project path config ```git # config project path. open ./webpack-config/webpack.base.js const { mainPath, htmlPath, - } = require('../svg-animation/config') + } = require('../css3-animation/config') ``` run project ```bash yarn run dev yarn run prod # build ``` ## SVG Animation ### how to start #### install dependence ```bash git clone https://github.com/EliteCheng/animation.git cd animation yarn install ``` #### run modify project path config ```git # config project path. open ./webpack-config/webpack.base.js const { mainPath, htmlPath, - } = require('../css3-animation/config') + } = require('../svg-animation/config') ``` run project ```bash yarn run dev yarn run prod # build ```