码迷,mamicode.com
首页 > 其他好文 > 详细

动画效果

时间:2017-06-25 16:56:40      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:max   低版本   val   active   html   htm   ie9   width   rip   

为 .progress-bar-striped 添加 .active 类,使其呈现出由右向左运动的动画效果。IE9 及更低版本的浏览器不支持。

<div class="progress">
  <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%">
    <span class="sr-only">45% Complete</span>
  </div>
</div>

动画效果

标签:max   低版本   val   active   html   htm   ie9   width   rip   

原文地址:http://www.cnblogs.com/wujun123/p/7077000.html

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