All Projects → vace → css3-animation-generator

vace / css3-animation-generator

Licence: other
chrome plugin css3 animation generator

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to css3-animation-generator

Magic
CSS3 Animations with special effects
Stars: ✭ 7,253 (+7698.92%)
Mutual labels:  css3, css3-animations
30diasDeCSS
Desafio criar 30 mini projetos utilizando HTML e CSS em 30 dias, participe também!
Stars: ✭ 38 (-59.14%)
Mutual labels:  css3, css3-animations
Dynamic.css
🚀 Awesome Library of CSS3 animations 🎉
Stars: ✭ 38 (-59.14%)
Mutual labels:  css3, css3-animations
css-collection
🧙‍♂️ CSS芸人への道(CSSでつくったもの集)| I want to be CSS Magician
Stars: ✭ 82 (-11.83%)
Mutual labels:  css3, css3-animations
Vivify
Vivify is free CSS animation library.
Stars: ✭ 1,651 (+1675.27%)
Mutual labels:  css3, css3-animations
takefive.css
The most advanced pure CSS lightbox – not one single line of JavaScript has been wasted
Stars: ✭ 123 (+32.26%)
Mutual labels:  css3, css3-animations
Landing-Page-Animation
Landing page animation made using CSS
Stars: ✭ 45 (-51.61%)
Mutual labels:  css3, css3-animations
boss-lite
Boss Lite - React Redux Material Admin Template
Stars: ✭ 148 (+59.14%)
Mutual labels:  css3
css-loader
This is a library having a collection of different types of CSS loaders, spinners
Stars: ✭ 414 (+345.16%)
Mutual labels:  css3
portfolio
My Personal Portfolio
Stars: ✭ 14 (-84.95%)
Mutual labels:  css3
100daysofcode
⚠️ Programar no mínimo uma hora todos os dias, durante os próximos 100 dias!!
Stars: ✭ 28 (-69.89%)
Mutual labels:  css3
youphonic
an online musical machine interface for building and sharing soundscapes and musical compositions
Stars: ✭ 28 (-69.89%)
Mutual labels:  css3
hovercraft-slides
🍪 A template for new Hovercraft presentation projects (impress.js slides in reStructuredText)
Stars: ✭ 12 (-87.1%)
Mutual labels:  css3
spotify-clone
🎶🎶Simple Spotify Clone using ReactJs. Here we are using the Official Spotify API to make calls. Here we can able to login, logout and gear the music.
Stars: ✭ 21 (-77.42%)
Mutual labels:  css3
keyframes-tool
Keyframes-tool is a NodeJs command-line tool which converts CSS Animations to keyframes object suitable for Web Animations API. Use this tool to move your animations from stylesheets to JavaScript.
Stars: ✭ 55 (-40.86%)
Mutual labels:  keyframes
File-Explorer
A File Manager with stunning design & astonishing develops, beautifully written in PHP, everything fused in a single file.
Stars: ✭ 31 (-66.67%)
Mutual labels:  css3
science-fiction-magazines-blog
Blog template (concept) is inspired by stylish science fiction magazines of the 80-90s.
Stars: ✭ 24 (-74.19%)
Mutual labels:  css3
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (-84.95%)
Mutual labels:  css3
javascript-book-reading
「前端书籍精读笔记系列」,整理的前端书籍清单阅读笔记
Stars: ✭ 58 (-37.63%)
Mutual labels:  css3
happy-birthday
🎂 Responsive Birthday Card - Made with Jquery and CSS
Stars: ✭ 85 (-8.6%)
Mutual labels:  css3-animations

Chrome Plugin Css3 Animation

快速给页面加上炫酷css3动画的chrome插件。

使用

1.从chrome webstore下载

chrome应用商店安装地址

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

样式导出规则:

  1. 优先使用带有 c3前缀的class,如 <span class="c3-test">animate it</span>
  2. 如果存在class,则使用class选择器,如 <span class="fl animate">animate it</span>
  3. 如果定义了Id,则使用id选择器,如 <span id="anim1">animate it</span>
  4. 如果都不存在,则使用内部自定义的选择器查找方案

例子

使用演示

tips

部分脚本中使用了 javascript 的Set,请尽量升级 chrome 到比较新的版本。测试使用的chrome48+都可以正常使用!导出的动画可能需要加前缀才可以兼容所有浏览器,推荐使用autoprefix,后期考虑加入这个功能。

Remark

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].