]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
note specific versions of IE where progress bar animation supported; fixes #12437
authorChris Rebert <github@rebertia.com>
Thu, 30 Jan 2014 18:42:44 +0000 (10:42 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 30 Jan 2014 18:42:44 +0000 (10:42 -0800)
docs/components.html

index 06b69ad1a0e8538324dd93c3a72ef5a53bc86298..6cf14ab44567c667b416e262eaa8171e8bb18cb8 100644 (file)
@@ -2367,7 +2367,7 @@ body { padding-bottom: 70px; }
 {% endhighlight %}
 
   <h3 id="progress-animated">Animated</h3>
-  <p>Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in all versions of IE.</p>
+  <p>Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in IE9 and below.</p>
   <div class="bs-example">
     <div class="progress progress-striped active">
       <div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%"><span class="sr-only">45% Complete</span></div>