css3 animation 箭头向右滚动渐隐

这是一个右箭头的小图标。

keyframes 创建一个css3动画用 animation 调用 并用延迟动画的办法 做出匀速滚动的效果。

直接贴上html代码,复制即可运行。

<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="webhivers" />
<meta name="format-detection" content="telephone=no">
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="http://at.alicdn.com/t/font_695050_qf5jdjknto.css">
<title>arrow-right</title> 
<style>
	.container { width: 1000px;margin: 0 auto; }
	@keyframes move { 
	  0% {left: 0%;	 opacity: 0; }
	  70% { left: 70%; opacity: 1 }
	  100% {left: 100%;opacity: 0;}
	}		 
	.move{-webkit-animation-name:move;animation-name:move;position:relative;margin-left:-16px;}
	.ar-animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;font-style:inherit;-webkit-animation-timing-function:linear;animation-timing-function:linear;}
	.ar-delay-1s{animation-delay:0.1s;}
	.ar-delay-2s{animation-delay:0.2s;}
	.ar-delay-3s{animation-delay:0.3s;}
	.ar-delay-4s{animation-delay:0.4s;}
	.ar-delay-5s{animation-delay:0.5s;}
	.ar-delay-6s{animation-delay:0.6s;}
	.ar-delay-7s{animation-delay:0.7s;}
	.ar-delay-8s{animation-delay:0.8s;}
	.ar-delay-9s{animation-delay:0.9s;}
	.ar-delay-10s{animation-delay:0.10s;}
	 
</style>


</head>

<body>

<!-- Wrapper -->
<div> 

	<!-- Header -->
	<header id="header"></header>
	<!-- #Header end -->


	<!-- Content -->
	<section id="content">

		<div class="content-wrap">

			<div class="container">

				<!-- HTML CODE HERE -->

				<div>
					<!-- <span class="move animated">>>>>>></span> -->
					<span style="width:35px;display: block">
						<!-- <i class="move animated delay-7s iconfont icon-arrow-right"></i>
						<i class="move animated delay-6s iconfont icon-arrow-right"></i>
						<i class="move animated delay-5s iconfont icon-arrow-right"></i> -->
						<i class="move ar-animated ar-delay-4s iconfont icon-arrow-right"></i>
						<i class="move ar-animated ar-delay-3s iconfont icon-arrow-right"></i>
						<i class="move ar-animated ar-delay-2s iconfont icon-arrow-right"></i>
						<i class="move ar-animated ar-delay-1s iconfont icon-arrow-right"></i>
						<i class="move ar-animated iconfont icon-arrow-right"></i>
					</span>
				</div>

			</div>

		</div>

	</section>
	<!-- #Content end --> 


	<!-- Footer -->
	<footer id="footer"></footer>
	<!-- #Footer end -->


</div>
<!-- #Wrapper end --> 
</body>
</html>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值