使用
1.从 chrome webstore 下载
2.直接下载 crx 文件
如果无法访问到 chrome 的应用商城,可以选择下载app.crx文件,在 chrome 中打开chrome://extensions/页面,将app.crx插件拖动到扩展程序面板即可完成安装。
下载地址
3.自行构建
npm install -g vue-cligit clone https://github.com/vace/css3-animation-generatorcd css3-animation-generator && npm installnpm 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> - 如果都不存在,则使用内部自定义的选择器查找方案
例子
