diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index f3803201a..6ff9e5a5b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2141,7 +2141,7 @@ <h2>Browser support</h2> <p>Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.</p> - <p>Opera and IE do not support animations at this time.</p> + <p>Versions earlier than Internet Explorer 9 and Opera 12 do not support animations.</p> </section> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 8335ccdf9..504f8e982 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -2070,7 +2070,7 @@ <h2>{{_i}}Browser support{{/i}}</h2> <p>{{_i}}Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.{{/i}}</p> - <p>{{_i}}Opera and IE do not support animations at this time.{{/i}}</p> + <p>{{_i}}Versions earlier than Internet Explorer 9 and Opera 12 do not support animations.{{/i}}</p> </section> |
