Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.61 KB

README.md

File metadata and controls

66 lines (51 loc) · 1.61 KB

注:已内置到gka中,仓库迁移至gka

gkatemplatew

gka-tpl-normal

gka 文件生成模板,一键式生成 css keyframes 序列帧动画文件。

在线示例  示例代码

Install

$ sudo npm install -g gka                # install gka

Usage

$ gka <dir> -t normal [options]

Example

$ gka E:\gka-test\img -t normal
BeforeAfter

./img
├── hello-01.png
├── hello-02.png
├── hello-03.png
├── hello-04.png
├── hello-05.png
└── ...

./gka-img
└── gka.html
└── gka.css
└── img
    ├── hello-01.png
    ├── hello-02.png
    ├── hello-03.png
    ├── hello-04.png
    └── ...

Use GKA

https://github.com/joeyguo/gka