码迷,mamicode.com
首页 > Web开发 > 详细

css3 animation之positon

时间:2014-09-02 00:11:43      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   io   ar   for   2014   div   log   

 

bubuko.com,布布扣

/* map */

div.location {  width: 300px;  height: 200px;  border: 1px #f45 solid;  background: #000;  margin: 10px auto 0;   }

 

div.location-indicator {  position: relative;  content: "";  display: block;  margin: 20px auto 5px;  width: 30px;  height: 30px;  box-shadow: 0 0 0 2px #fff;  border-radius: 50% 50% 0 50%;  -webkit-transform: rotate(45deg);  -webkit-animation: mapping linear 3s infinite; }

div.yinying {  width: 50px;  height: 10px;  margin: 0 auto;  border-radius: 100%;  background: #fff;  opacity: 0.4; }

@-webkit-keyframes mapping {  0% {top: 0px;}   50% {top: -10px;}    100% {top: 0px;} }

@keyframes mapping {  0% {top: 0px;}   50% {top: -10px;}    100% {top: 0px;} }

<!-- map -->

<div class="location">
 <div class="location-indicator">
  
 </div>
 <div class="yinying"></div>
</div>

********

 

css3 animation之positon

标签:blog   http   os   io   ar   for   2014   div   log   

原文地址:http://www.cnblogs.com/lina6251125/p/3950505.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!