标签: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