使用CSS3实现页面变换效果

2015-04-16 0 512
使用CSS3实现页面变换效果
html{
	-webkit-animation-name:z;
	-webkit-animation-duration:500ms;
	-webkit-animation-timing-function:ease-in-out;
}
@-webkit-keyframes z {
	0% {
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: rotate3d(0, 1, 0, 720deg) rotateZ(45deg) scale(0);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0) rotateZ(0) scale(1);
	}
}

遇见资源网 html 使用CSS3实现页面变换效果 http://www.ox520.com/14152.html

上一篇: CSS3 Button Pink
下一篇: css3 icon导航
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务