Chrome立体动画代码

编程入门 行业动态 更新时间:2024-10-14 04:27:32

Chrome立体动画<a href=https://www.elefans.com/category/jswz/34/1771412.html style=代码"/>

Chrome立体动画代码

效果预览:.html

请实用Chrome浏览器查看效果,手机上也可以.

代码如下:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>CSS3正方形翻转动画 - 何问起</title><meta charset="utf-8" /><style>
.hewenqicube--ani {  -webkit-animation: rot 4s linear infinite;  
}  
@-webkit-keyframes rot {  to {  -webkit-transform: rotateY(-330deg) rotateX(370deg); }  
} 
.hewenqicube{border:darkgreen solid 2px;width:200px;height:200px;background-color:silver;}
#hovertreecom{width:400px;margin:10px auto;}</style>
</head>
<body><div id="hovertreecom"><h2>CSS3正方形翻转动画 by 何问起</h2><div class='hewenqicube hewenqicube--ani'>正方形翻转动画,请使用Chrome浏览器 。 ;a href="">何问起</a></div></div>
</body>
</html>

转自:.htm

更多特效:.html

更多推荐

Chrome立体动画代码

本文发布于:2024-03-14 14:26:53,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1736670.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:代码   动画   Chrome

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!