
纯css3基于animation,transform属性绘画卡通多啦A梦机器猫招手动画特效。
效果:
代码截图:
源代码:
Source code <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
#main{width:640px;height:550px;background:lightblue;margin:0 au...