1.从chrome webstore下载
2.直接下载crx文件
如果无法访问到chrome的应用商城,可以选择下载app.crx
文件,在chrome中打开chrome://extensions/
页面,将app.crx
插件拖动到扩展程序面板即可完成安装。
下载地址
3.自行构建
npm install -g vue-cli
git clone https://github.com/vace/css3-animation-generator
cd css3-animation-generator && npm install
npm run app
样式导出规则:
优先使用带有
c3
前缀的class,如<span class="c3-test">animate it</span>
如果存在class,则使用class选择器,如
<span class="fl animate">animate it</span>
如果定义了Id,则使用id选择器,如
<span id="anim1">animate it</span>
如果都不存在,则使用内部自定义的选择器查找方案
例子