欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

纯CSS3多层云彩变换动画特效

程序员文章站 2022-03-19 17:42:52
...
原文: [url]http://hovertree.com/h/bjaf/hvtplane.htm[/url]
查看:
效果1 [url]http://hovertree.com/texiao/css3/4/[/url]
效果2 [url]http://hovertree.com/texiao/css3/4/2.htm[/url]

<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>纯css3实现飞机在云层间飞行特效 - 何问起</title><base target="_blank" />
<link href="http://hovertree.com/texiao/css3/4/hovertreeplane.css" rel="stylesheet"/>
</head>
<body>

<div class="hewenqisky">
<div class="clouds_one"></div>
<div class="clouds_two"></div>
<div class="clouds_three"></div>
<div class="hovertreeplane"></div>
</div>
<div style="text-align:center;"><a href="http://hovertree.com/h/bjaf/hvtplane.htm">原文</a> <a href="http://hovertree.com">首页</a> <a href="http://hovertree.com/texiao/">特效</a></div>

</body>
</html>