Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremia Taglialatela <tagliala@users.noreply.github.com>2015-06-10 12:16:01 +0300
committerGeremia Taglialatela <tagliala@users.noreply.github.com>2015-06-10 12:16:01 +0300
commit0851e00814379c7060088df0503ce6005fd4458a (patch)
tree15ec5efbfce4f78519274eb4a77dc84ab8b8db8b
parent065c77ba74258b1ff2ed4d529159ba371f55bdac (diff)
parent78c90cd8042efe37daaa50475d55072f3760aa11 (diff)
Merge pull request #6686 from Vusys/master
Add heads up about jittering animated icons
-rw-r--r--src/_includes/examples/animated.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/_includes/examples/animated.html b/src/_includes/examples/animated.html
index ba18ae4ae..a5f61ca5c 100644
--- a/src/_includes/examples/animated.html
+++ b/src/_includes/examples/animated.html
@@ -29,7 +29,13 @@
<i class="fa fa-spinner fa-pulse"></i>
{% endhighlight %}
<p class="alert alert-success">
- <i class="fa fa-info-circle"></i> CSS3 animations aren't supported in IE8 - IE9.
+ <i class="fa fa-exclamation-triangle fa-lg"></i>
+ Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See
+ <a href="https://github.com/FortAwesome/Font-Awesome/issues/671" class="alert-link" target="_blank">issue #671</a>
+ for examples and possible workarounds.
+ </p>
+ <p class="alert alert-success">
+ <i class="fa fa-info-circle fa-lg"></i> CSS3 animations aren't supported in IE8 - IE9.
</p>
</div>
</div>