css3-animation-generator icon indicating copy to clipboard operation
css3-animation-generator copied to clipboard

chrome plugin css3 animation generator

Results 4 css3-animation-generator issues
Sort by recently updated
recently updated
newest added

chrome商店上有个Animation Generator扩展,里面有个"Selector format"功能: > 在这里可以定义你的选择器格式, eg. 当Selector format设为"{{your className}}"时,生成代码的选择器为".anim-yourclass"。当Selector format设为".active {{your className}}"时,生成代码的选择器为".active .anim-yourclass" 这样可以方便自定义导出动画使用的class名,推荐增加类似功能。 参考扩展地址: https://chrome.google.com/webstore/detail/animation-generator/kionilekanaambbbnjghihllokicnnlj

https://github.com/vace/css3-animation-generator/blob/master/src/components/Parameter.vue#L130 这里粗略看只是动态插入css样式,没办法重新激活当前选中的节点

http://animista.net/ 这个也挺全的,看看是否有必要加一个呢?

enhancement