`

用CSS3画的机器猫

    博客分类:
  • CSS3
阅读更多
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>机器猫</title>
<meta name="description" content="测试CSS3在各个浏览器的效果"> 
<meta http-equiv="adimage" content="200">
<style>
body{
	background:#fff;
    width:901px;
    margin:auto;
}
#doraemon{
	position:fixed;
	margin:50px;	
	float:left;
	width:500px;
}
#instr{
	float:right;
	width:400px;
	font-size:14px;
	border-left:2px solid black;
	padding-left:20px;
}
#head_light{
	width:50px;
	height:50px;
	transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-o-transform: rotate(20deg);
	box-shadow:80px 20px 50px #fff;
		-webkit-box-shadow:80px 20px 55px #fff;
		-moz-box-shadow:80px 20px 50px #fff;
	border-radius:45px;
		-webkit-border-radius:45px;
		-moz-border-radius:60px;
	position:absolute;
	top:-20px;
	left:170px;
	opacity:0.5
}

#face{
	position:relative;
	width:310px;
	height:300px;
	border-radius:146px;
		-webkit-border-radius:146px;
		-moz-border-radius:146px;
	background:#07beea;	
	background: -webkit-gradient(linear, right top, left bottom, from(#fff) ,color-stop(0.20, #07beea), color-stop(0.73, #10a6ce),color-stop(0.95, #000), to(#444));	
	background: -moz-linear-gradient(right top, #fff,#07beea 20%, #10a6ce 73% ,#000 95% ,#000 155%); 
	border:#333 2px solid;
	top:-15px;
	box-shadow:-5px 10px 15px rgba(0,0,0,0.45);
		-webkit-box-shadow:-5px 10px 15px rgba(0,0,0,0.45);
		-moz-box-shadow:-5px 10px 15px rgba(0,0,0,0.45);
	
}

#base{
	position:relative;
	top:-5px;
}

#base_white{
	position:absolute;
	border:#000 2px solid;
	width:264px;
	height:196px;
	border-radius: 150px 150px;
		-webkit-border-radius: 150px 150px;
		-moz-border-radius: 150px 150px;
	background:#FFF;
	background: -webkit-gradient(linear, right top, left bottom, from(#fff),color-stop(0.75,#fff),color-stop(0.83,#eee),color-stop(0.90,#999),color-stop(0.95,#444), to(#000));	
	background: -moz-linear-gradient(right top, #fff,#fff 75%, #eee 83%,#999 90%,#444 95%, #000); 
	z-index:1;
	top:85px;
	left:22px;	
}


#eyes{
	position:relative;
	top:-5px;
}

div.eye{
	position:absolute;
	border-radius: 35px 35px;
		-webkit-border-radius: 35px 35px;
		-moz-border-radius: 35px 35px;
	border:2px solid #000;
	width:72px;
	height:83px;
	z-index:20;
	background:#fff;
}

div.black_eye{
	position:absolute;
	width:15px;
	height:15px;
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	background:#333;
	z-index:21;
		-webkit-animation-name: cate;
		-webkit-animation-duration: 3s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: 200;
}

@-webkit-keyframes cate{
	0%{
		margin:0 0 0 0;
	}
	80%	{
		margin:0px 0 0 0;
	}
	85%	{
		margin:-20px 0 0 0;
	}
	90%{
		margin:0 0 0 0;
	}
	93%{
		margin:0 0 0 7px;
	}
	96%{
		margin:0 0 0 0;
	}
	100%{
		margin:0 0 0 0;
	}
}

div.black_left{
	top:100px;
	left:130px;
}

div.black_right{
	top:100px;
	left:170px;
}

div.eye_left{
	top:45px;
	left:82px;	
}

div.eye_right{
	top:45px;
	left:156px;	
}

#nose{
	width:32px;
	height:32px;
	border:2px solid #000;
	border-radius:50px;
		-webkit-border-radius:50px;
		-moz-border-radius:50px;
	background:#c93e00;
	position:absolute;
	top:117px;
	left:139px;
	z-index:30;
}

#nose_light{
	width:10px;
	height:10px;
	border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	box-shadow:19px 8px 5px #fff;
		-webkit-box-shadow:19px 8px 5px #fff;
		-moz-box-shadow:19px 8px 5px #fff;
	position:relative;
	top:0px;
	left:0px;
}

#nose_line{
	background:#000;
	width:4px;
	height:100px;
	top:125px;
	left:156px;
	position:absolute;
}

#nose_line{
	background:#333;
	width:3px;
	height:100px;
	top:140px;
	left:155px;
	position:absolute;
		z-index:20;
}

#mouth{
	width:240px;
	height:500px;
	border-bottom:3px solid #333;
	border-radius:120px;
		-webkit-border-radius:120px;
		-moz-border-radius:120px;
	position:absolute;
	top:-263px;
	left:36px;
	z-index:10;
}

#mouth_rewrite{
	background:#fff;
	width:240px;
	height:90px;
	position:relative;
	top:115px;
	left:35px;
	z-index:12;
	border-radius:45px;
		-webkit-border-radius:45px;
		-moz-border-radius:60px;
}

#firefox_mouth, x:-moz-broken, x:last-of-type, x:indeterminate {
	position:relative;
	width:170px;
	height:150px;
	-moz-border-radius:85px;
	border:3px solid #000;
	background:#FFF;
	z-index:11;
	top:-3px;
	left:70px;
}

.whiskers{
	background:#333;
	height:2px;
	width:60px;
	position:absolute;
	z-index:20;
}
.whi_right{
	top:165px;
	left:210px;	
}	

.whi_right_top{
	top:145px;
	left:210px;
}	

.whi_right_bottom{
	top:185px;
	left:210px;
}	

.whi_left{
	top:165px;
	left:50px;	
}	
.whi_left_top{
	top:145px;
	left:50px;
}	

.whi_left_bottom{
	top:185px;
	left:50px;
}

.rotate20{
	transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-o-transform: rotate(20deg);	
}

.rotate160{
	transform: rotate(160deg);
		-webkit-transform: rotate(160deg);
		-moz-transform: rotate(160deg);
		-o-transform: rotate(160deg);	
}

#choker{
	position:relative;
	top:-55px;
	left:35px;
	z-index:100;
}

#belt{
	width:230px;
	height:20px;
	border:#000 solid 2px;
	background:#ca4100;
	background: -webkit-gradient(linear, left top, left bottom, from(#ca4100), to(#800400));	
	background: -moz-linear-gradient(top, #ca4100, #800400); 
	border-radius:10px;	
		-webkit-border-radius:10px;	
		-moz-border-radius:10px;
		position:relative;
	left:5px;
}

#bell{
	width:40px;
	height:40px;
	border-radius:50px;
		-webkit-border-radius:50px;
		-moz-border-radius:50px;
	border:2px solid #000;
	background:#f9f12a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f12a),color-stop(0.5, #e9e11a), to(#a9a100));	
	background: -moz-linear-gradient(top, #f9f12a, #e9e11a 75%,#a9a100); 
	box-shadow:-5px 5px 10px rgba(0,0,0,0.25);
		-webkit-box-shadow:-5px 3px 5px rgba(0,0,0,0.25);
		-moz-box-shadow:-5px 5px 10px rgba(0,0,0,0.25);
	position:relative;
	top:-15px;
	left:100px;
}

#bell_line{
	width:36px;
	height:2px;
	background:#f9f12a;
	border:#333 solid 2px;
	position:relative;
	top:10px;
}

#bell_circle{
	width:12px;
	height:10px;
	border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	background:#000;
	position:relative;
	top:14px;
	left:14px;
}

#bell_under{
	width:3px;
	height:15px;
	background:#000;
	position:relative;
	top:10px;
	left:18px;
}

#bell_light{
	width:10px;
	height:10px;
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	box-shadow:19px 8px 5px #fff;
		-webkit-box-shadow:19px 8px 5px #fff;
		-moz-box-shadow:19px 8px 5px #fff;
	position:relative;
	opacity:0.7;
	top:-35px;
	left:5px;
}

#doutai{
	position:absolute;
	width:220px;
	height:165px;
	background:#07beea;
	background: -webkit-gradient(linear, right top, left top, from(#07beea),color-stop(0.5, #0073b3),color-stop(0.75,#00b0e0), to(#0096be));	
	background: -moz-linear-gradient(right, #07beea, #0073b3 50%,#0096be 75%,#00b0e0 ,#0096be 100% ,#333 114%); 
	border:#333 2px solid;
	top:262px;
	left:46px;
}

div.base_white2{
	position:absolute;
	width:170px;
	height:170px;
	border-radius:85px;
		-webkit-border-radius:85px;
		-moz-border-radius:85px;
	border:2px solid #000;
	background:#FFF;
	background: -webkit-gradient(linear, right top, left bottom, from(#fff),color-stop(0.75,#fff),color-stop(0.83,#eee),color-stop(0.90,#999),color-stop(0.95,#444), to(#000));	
	background: -moz-linear-gradient(right top, #fff,#fff 75%, #eee 83%,#999 90%,#444 95%, #000); 
}

.doutai_center{
	top:230px;
	left:72px;
}

#circle{
	position:relative;
	width:130px;
	height:130px;
	border-radius:65px;
		-webkit-border-radius:65px;
		-moz-border-radius:65px;
	background:#fff;
	background: -webkit-gradient(linear, right top, left bottom, from(#fff),color-stop(0.70,#fff),color-stop(0.75,#f8f8f8),color-stop(0.80,#eee),color-stop(0.88,#ddd), to(#fff));	
	background: -moz-linear-gradient(right top, #fff, #fff 70%,#f8f8f8 75%,#eee 80%,#ddd 88% , #fff); 
	border:2px solid #000;
	top:-120px;
	left:92px;
}
#circle_rewrite{
	position:relative;
	width:134px;
	height:60px;
	background:#fff;	
	border-bottom:2px solid #000;
	top:-250px;
	left:92px;
}

#hand_right{
	position:absolute;
	top:272px;
	left:248px;
	width:100px;
	height:100px;
}

#arm_right{
	position:relative;
	width:80px;
	height:50px;
	background:#07beea;
	background: -webkit-gradient(linear, left top, left bottom, from(#07beea),color-stop(0.85,#07beea), to(#555));	
	background: -moz-linear-gradient(top, #07beea, #07beea 85%, #555); 
	
	border:solid 1px #000;
	z-index:-1;
	top:17px;
	transform: rotate(35deg);
		-webkit-transform: rotate(35deg);
		-moz-transform: rotate(35deg);
		-o-transform: rotate(35deg);
	box-shadow:-10px 7px 10px rgba(0,0,0,0.35);
		-webkit-box-shadow:-10px 7px 10px rgba(0,0,0,0.35);
		-moz-box-shadow:-10px 7px 10px rgba(0,0,0,0.35);
}

#hand_left{
	position:absolute;
	top:272px;
	left:-46px;
	width:100px;
	height:100px;
}

#arm_left{
	position:relative;
	width:80px;
	height:50px;
	background:#0096be;
	border:solid 1px #000;
	z-index:-1;
	top:17px;
	left:36px;
	transform: rotate(145deg);
		-webkit-transform: rotate(145deg);
		-moz-transform: rotate(145deg);
		-o-transform: rotate(145deg);
	box-shadow:5px -7px 10px rgba(0,0,0,0.25);
		-webkit-box-shadow:5px -7px 10px rgba(0,0,0,0.25);
		-moz-box-shadow:5px -7px 10px rgba(0,0,0,0.25);
}

div.hand_circle{
	position:absolute;
	width:60px;
	height:60px;
	border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
	border:2px solid #000;
	background:#fff;
	background: -webkit-gradient(linear, right top, left bottom, from(#fff),color-stop(0.5,#fff),color-stop(0.70,#eee),color-stop(0.8,#ddd), to(#999));	
	background: -moz-linear-gradient(right top, #fff, #fff 50%, #eee 70%, #ddd 80%,#999); 
}

.hand_right{
	top:32px;
	left:40px;	
}

.arm_rewrite_right{
	position:relative;
	width:4px;
	height:45px;
	background:#07beea;
	top:-51px;
	left:18px;
}

.hand_left{
	top:34px;
	left:10px;	
}

.arm_rewrite_left{
	position:relative;
	width:4px;
	height:50px;
	background:#0096be;
	top:-52px;
	left:92px;
}


#foot{
	position:relative;
	width:280px;
	height:40px;
	top:-141px;
	left:20px;
}

#foot_left{
	width:125px;
	height:30px;
	background:#fff;
	background: -webkit-gradient(linear, right top, left bottom, from(#fff),color-stop(0.75,#fff),color-stop(0.85,#eee), to(#999));	
	background: -moz-linear-gradient(right top, #fff,#fff 75%, #eee 85%, #999); 
	border:solid 2px #333;
	border-top-left-radius:80px;
	border-bottom-left-radius:40px;
	border-top-right-radius:60px;
	border-bottom-right-radius:60px;
		-webkit-border-top-left-radius:80px;
		-webkit-border-bottom-left-radius:40px;
		-webkit-border-top-right-radius:60px;
		-webkit-border-bottom-right-radius:60px;
		-moz-border-radius-topleft:80px;
		-moz-border-radius-bottomleft:40px;
		-moz-border-radius-topright:60px;
		-moz-border-radius-bottomright:60px;
	position:relative;
	left:8px;
	top:2px;
	box-shadow:-6px 0px 10px rgba(0,0,0,0.35);
		-webkit-box-shadow:-6px 0px 10px rgba(0,0,0,0.35);
		-moz-box-shadow:-6px 0px 10px rgba(0,0,0,0.35);
	z-index:-1;
}

#foot_right{
	position:relative;
	width:125px;
	height:30px;
	background:#fff;
	background: -webkit-gradient(linear, right top, left bottom, from(#fff),color-stop(0.75,#fff),color-stop(0.85,#eee), to(#999));	
	background: -moz-linear-gradient(right top, #fff,#fff 75%, #eee 85%, #999); 
	border:solid 2px #333;
	border-top-left-radius:60px;
	border-bottom-left-radius:60px;
	border-top-right-radius:80px;
	border-bottom-right-radius:40px;
		-webkit-border-top-left-radius:60px;
		-webkit-border-bottom-left-radius:60px;
		-webkit-border-top-right-radius:80px;
		-webkit-border-bottom-right-radius:40px;
		-moz-border-radius-topleft:60px;
		-moz-border-radius-bottomleft:60px;
		-moz-border-radius-topright:80px;
		-moz-border-radius-bottomright:40px;
	top:-32px;
	left:141px;
	box-shadow:-6px 0px 10px rgba(0,0,0,0.35);
		-webkit-box-shadow:-6px 0px 10px rgba(0,0,0,0.35);
		-moz-box-shadow:-6px 0px 10px rgba(0,0,0,0.35);
	z-index:-1;
}

#foot_rewrite{
	position:relative;
	width:20px;
	height:10px;
	background:#fff;
	background: -webkit-gradient(linear, right top, left bottom, from(#666),color-stop(0.83,#fff), to(#fff));	
	background: -moz-linear-gradient(right top, #666, #fff 83%, #fff); 
	top:-76px;
	left:127px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
	border-top-right-radius:40px;
	border-top-left-radius:40px;
		-webkit-border-top-right-radius:40px;
		-webkit-border-top-left-radius:40px;
		-moz-border-radius-topleft:40px;
		-moz-border-radius-topright:40px;
}

#shadow_doutai_left{
	width:30px;
	height:200px;
	box-shadow:-10px 10px 15px rgba(0,0,0,0.45);
		-webkit-box-shadow:-10px 10px 15px rgba(0,0,0,0.45);
		-moz-box-shadow:-10px 10px 15px rgba(0,0,0,0.45);
	position:absolute;
	top:250px;
	left:46px;
	z-index:-10;
}

#shadow_doutai_right{
	width:30px;
	height:200px;
	box-shadow:10px 10px 15px rgba(0,0,0,0.35);
		-webkit-box-shadow:10px 10px 25px rgba(0,0,0,0.35);
		-moz-box-shadow:10px 10px 15px rgba(0,0,0,0.35);
	position:absolute;
	top:240px;
	left:230px;
	z-index:-10;
}

#shadow_doutai_arm{
	width:85px;
	height:165px;
	box-shadow:-100px 10px 15px rgba(0,0,0,0.0);
		-webkit-box-shadow:-100px 10px 15px rgba(0,0,0,0.25);
		-moz-box-shadow:-100px 10px 15px rgba(0,0,0,0.25);
	position:absolute;
	top:230px;
	left:113px;
	z-index:10;
	opacity:0.5;
	transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
	border-bottom-left-radius:40px;
		-webkit-border-bottom-left-radius:40px;
		-moz-border-radius-bottomleft:40px;
	border-top-left-radius:20px;
		-webkit-border-top-left-radius:20px;
		-moz-border-radius-topleft:20px;
}

#shadow_belt{
	width:40px;
	height:30px;
	box-shadow:-100px 10px 15px rgba(0,0,0,0);
		-webkit-box-shadow:-100px 10px 15px rgba(0,0,0,0.25);
		-moz-box-shadow:-100px 10px 15px rgba(0,0,0,0.25);
	position:absolute;
	top:240px;
	left:130px;
	z-index:10;
	border-bottom-left-radius:40px;
		-webkit-border-bottom-left-radius:40px;
		-moz-border-radius-bottomleft:40px;
	z-index:300;
}

#arm_left:not(\*|*), .arm_rewrite_left:not(\*|*){
	background:#07beea;
}

#arm_left, .arm_rewrite_left{
	background:#07beea\9;
	*background:#07beea;
	_background:#07beea;
}

#kiji{
	position:relative;
	top:-150px;
}

</style>
</head><body>
<div id="doraemon">
	<div id="face">
    	<div id="head_light"></div>
    	<div id="eyes">
    	<div class="eye eye_left"></div>
        	<div class="black_eye black_left"></div>
        
      	<div class="eye eye_right"></div>
        	<div class="black_eye black_right"></div>
        </div>
        <div id="base">
			<div id="base_white"></div>
				<div id="nose">
					<div id="nose_light"></div>
				</div>
                <div id="nose_line"></div>
                <div id="mouth"></div>
                <div id="mouth_rewrite"></div>
                <div id="firefox_mouth"></div>

				<div class="whiskers whi_right_top rotate160"></div>
				<div class="whiskers whi_right"></div>
				<div class="whiskers whi_right_bottom rotate20"></div>
                    
				<div class="whiskers whi_left_top rotate20"></div>
				<div class="whiskers whi_left"></div>
				<div class="whiskers whi_left_bottom rotate160"></div>
        </div>
	</div>
    <div id="choker">
    	<div id="belt"></div>
    	<div id="bell">
       	  <div id="bell_line"></div>
            <div id="bell_circle"></div>
            <div id="bell_under"></div>
		<div id="bell_light"></div>
		</div>
    </div>
	<div id="body">
    <div id="doutai"></div>
		<div class="base_white2 doutai_center"></div>
        		<div id="pocket">
                	<div id="circle"></div>
                    <div id="circle_rewrite"></div>
                </div>
	</div>
	<div id="hand_right">
    	<div id="arm_right"></div>
		<div class="hand_circle hand_right"></div>
		<div class="arm_rewrite_right"></div>
    </div>
	<div id="hand_left">
    	<div id="arm_left"></div>
		<div class="hand_circle hand_left"></div>
	  <div class="arm_rewrite_left"></div>
    </div>
	<div id="foot">
    	<div id="foot_left"></div>
        <div id="foot_right"></div>
        <div id="foot_rewrite"></div>
    </div>
    	<div id="shadow_doutai_arm"></div>
    	<div id="shadow_doutai_left"></div>
    	<div id="shadow_doutai_right"></div>
        <div id="shadow_belt"></div>
</div>
</body></html>
 
  • 大小: 40.1 KB
分享到:
评论

相关推荐

    CSS3-Tom猫动画

    在CSS3动画中,我们可以使用类选择器(class selector)或ID选择器(id selector)来精确地选取并应用样式到Tom猫的各个部分,如头部、身体、四肢等。 标签“h5”和“CSS3”表明这个项目是基于HTML5和CSS3技术的,...

    CSS3做的机器猫 测试CSS3性能

    "CSS3做的机器猫"这个项目就是利用CSS3的强大功能来创建一个看似图像但实际上由代码构建的机器猫形象,这既是一种创意展示,也是对浏览器CSS3性能的测试。 首先,CSS3在选择器方面有了显著的提升,例如,我们可以...

    css3-doraemon.rar_html5_html5 css3_html5画哆啦a梦

    在这个实例中,CSS3起到了关键作用,它允许我们用代码精确地描绘哆啦A梦的形象。例如,使用`border-radius`可以创建圆润的边角,模拟哆啦A梦的圆润身形;使用`box-shadow`和`text-shadow`可以添加阴影效果,增加立体...

    发现两个有趣的CSS3动画效果

    无论是画机器猫还是纯CSS3动画,都展现了CSS3在增强网页交互性和视觉吸引力方面的强大能力。随着浏览器对CSS3支持的不断加强,我们有理由期待未来将出现更多富有创意和艺术性的CSS3动画应用。对于开发者来说,熟练...

    html+css+js高仿汤姆猫

    通过研究这些CSS代码,新手可以学习到如何使用选择器、类和ID来精确地定位和美化网页元素。 再者,JavaScript是实现游戏逻辑和交互的核心。`Buttons`目录可能包含了与游戏按钮相关的JavaScript代码,这些按钮可能是...

    纯CSS3多啦A梦机器猫特效.zip

    标题中的“纯CSS3多啦A梦机器猫特效”指的是使用纯CSS3技术实现的一款动画效果,它将经典的卡通角色——多啦A梦机器猫设计成了具有动态功能的元素,如招手和转动眼睛等。CSS3是层叠样式表(Cascading Style Sheets)...

    纯css3绘图哆啦a梦机器猫头像特效

    在本案例中,我们将探讨如何使用纯CSS3绘制哆啦A梦机器猫的头像特效。 首先,让我们理解CSS3绘图的基本概念。CSS3引入了若干新的绘图工具,如边框半径、渐变、阴影、多列布局以及变换、过渡和动画等。这些特性为...

    会动的汤姆猫游戏 html源码 js源码 css源码

    CSS3还引入了更多的动画和过渡效果,使得汤姆猫的动作更加流畅自然。 【压缩包子文件的文件名称列表】中提到的"汤姆猫"可能是这个游戏的主文件或包含所有相关资源的文件夹。这个文件可能包含了HTML、JavaScript、...

    纯css3绘制的哆啦a梦机器猫头像效果源码.zip

    标题"纯css3绘制的哆啦a梦机器猫头像效果源码.zip"表明这是一个使用CSS3技术实现的哆啦A梦机器猫头像的代码示例。CSS3是层叠样式表的第三版,是Web设计领域中用于控制网页样式和布局的最新标准。这个压缩包包含的...

    CSS3绘制多啦A梦机器猫图形代码.zip

    在本资源中,我们主要探讨的是如何利用CSS3来绘制一个动态的多啦A梦机器猫图形。这个项目不仅展示了CSS3的灵活性和强大的样式控制能力,还涉及到一些动画效果,使得多啦A梦的眼珠可以转动。让我们深入了解一下这个...

    jiqimao.rar_java画机器猫

    Div画的机器猫图形源码,一共用了2010个div,今年是2010年嘛,用到的技术为 java script+HTML4+CSS2 ,在目前几乎所有主流浏览中都能有一致的显示。 有DrJs作基础,用div在网页上堆图像就简单多了,比如说用它来画...

    网页版Tom猫

    在网页版Tom猫中,CSS用于美化元素,使Tom猫动起来,以及响应用户的交互,比如点击或鼠标悬停时的动画效果。 3. JavaScript: JavaScript是网页动态功能的核心,用于处理用户交互、动画效果、数据操作等。在这个...

    Div画的机器猫图形源码

    在这个特定的案例中,"Div画的机器猫图形源码"指的是开发者通过巧妙地组合和定位多个`&lt;div&gt;`元素,形成了一个机器猫的图形。这是一种展示HTML和CSS技术创意的方式,它利用了CSS的样式属性来控制`&lt;div&gt;`的形状、颜色...

    纯css3绘制卡通猫喝水动画

    这个动画展示了黑色的玩具机器猫正在享受喝水的过程,它利用了CSS3的强大功能,无需JavaScript或者其他编程语言,仅仅通过样式表语言就能实现动态视觉效果。 首先,我们需要了解CSS3中的关键帧动画(@keyframes)。...

    HTML5+CSS3实现机器猫

    通过这份HTML5和CSS3代码的示例,我们可以学习到如何用代码绘制一个简单的机器猫图像。这个过程不仅仅是简单的代码堆砌,更包含了对网页布局、颜色搭配、元素定位等多方面的理解和应用。对于前端开发者来说,这样的...

    纯css3绘制卡通猫喝水动画特效代码

    在描述中提到的“黑色的玩具机器猫喝水动画”是一个使用CSS3属性精心构建的场景,它展示了卡通猫在饮水过程中的生动动作。这个动画可能包括猫头部的倾斜、嘴巴的开合、水杯的动态以及水波纹的形成等元素,通过一系列...

Global site tag (gtag.js) - Google Analytics