css3过渡动画效果测试

css3过渡动画效果测试,实现颜色过度,变色有个过程,旋转90度特效,非常好玩
网页特效效果图

css3过渡动画效果测试

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>css3过渡效果测试www.iiwnet.com</title>
<style type="text/css">
h2 {
	width:100px;
	font-size:14px;
	line-height:24px;
	float:left;
	background-color:yellow;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
}
h2:hover {
	background-color:red;
}
h1 {
	width:100px;
	height:100px;
	background-color:#ccc;
	float:left;
	-webkit-transform:rotate(0deg);
	-webkit-transition:-webkit-transform 0.2s linear;
	-moz-transform:rotate(0deg);
	-moz-transition:-moz-transform 0.2s linear;
}
h1:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
br {
	clear:both;
}
</style>
</head>
<body>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<h2>鼠标经过的时候背景颜色从黄色渐变过渡到红色</h2>
<br />
<h1>旋转90度</h1>
<h1>旋转90度</h1>
<h1>旋转90度</h1>
<h1>旋转90度</h1>
<h1>旋转90度</h1>
<h1>旋转90度</h1>
<h1>旋转90度</h1>
</body>
</html>

大家可以用oschina的在线演示工具演示下或者copy本地预览

注意:请用支持css3浏览器预览@

转载于:https://my.oschina.net/xixios/blog/79674

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值