An open API service indexing awesome lists of open source software.

https://github.com/chanran/someanimations

some little animations when learning CSS3,Canvas,SVG,WebGL
https://github.com/chanran/someanimations

animations canvas css3 svg webgl

Last synced: 2 months ago
JSON representation

some little animations when learning CSS3,Canvas,SVG,WebGL

Awesome Lists containing this project

README

          

# 小动画

> 技术:CSS3,Canvas,SVG,webGL,Stylus

PS:纯粹学习的时候练手的。

## 开发调试

### 安装依赖

```
# 安装browser-sync
npm install -g browser-sync
npm i
```

### 调试

```
# 监听文件变化
npm run watch
```