diff options
| author | Chris Rebert <[email protected]> | 2014-01-30 10:42:44 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-30 10:42:44 -0800 |
| commit | 9f26194489630e16b3b415ee08bcdf5615ab015a (patch) | |
| tree | 42430943726e4fbe6e3ca0c1fb852cde254794a5 | |
| parent | 1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff) | |
| download | bootstrap-9f26194489630e16b3b415ee08bcdf5615ab015a.tar.xz bootstrap-9f26194489630e16b3b415ee08bcdf5615ab015a.zip | |
note specific versions of IE where progress bar animation supported; fixes #12437
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 06b69ad1a..6cf14ab44 100644 --- a/docs/components.html +++ b/docs/components.html @@ -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> |
