相信大家都看过途牛旅游网的广告动画特效,说实话我第一次看到的确是被惊艳到了,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" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> css3途牛旅游网广告动画特效</title>
<meta name="keywords" content="css3动画,css3,animation" />
<meta name="description" content="途牛旅游网css3广告动画特效代码。" />
<link href="images/style.css" rel="stylesheet">
 
</head>
<body >
 
<p >
       <p>
              <img src="images/yun1.png">
              <img src="images/yun2.png">
              <img src="images/yun3.png">
              <img src="images/lu.png">
              <img src="images/font1.png">
              <img src="images/san.png">
              <p>
                     <a href="#tejia"><img src="images/1.png"></a>
                     <a href="#app"><img src="images/2.png"></a>
                     <a href="#duoren"><img src="images/3.png"></a>
                     <a href="#shuaka"><img src="images/4.png"></a>
              </p>
       </p>
</p>
 
</body>
</html>
登录后复制


相信看了这些案例你已经掌握了方法,更多精彩请关注Work网其它相关文章!


相关阅读:

html实现3d悬浮效果的实现步骤

用H5和CSS3制作全屏背景轮换播放教程

让p宽度自适应教学

以上就是仿途牛旅游网广告动画特效教程的详细内容,更多请关注Work网其它相关文章!

09-17 18:55