From e3c672f4648997dbe00624e09c63c990a8ea3596 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 22 Aug 2022 00:52:15 +0200 Subject: audio and video rendering, Fork-Awesome-1.2.0 included --- .../src/doc/_includes/examples/animated.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/animated.html (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/animated.html') diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/animated.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/animated.html new file mode 100644 index 0000000..595bff9 --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/animated.html @@ -0,0 +1,60 @@ +
+ +
+
+

+ + Loading example (with fa-spinner icon) + + + Loading (with fa-circle-o-notch icon) + + + Loading example (with fa-refresh icon) + + + Loading example (with fa-cog icon) + + + Loading example (with fa-spinner icon) +

+
+
+

+ Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate + with 8 steps. Works well with fa-spinner, fa-refresh, and fa-cog. +

+{% highlight html %} + +Loading... + + +Loading... + + +Loading... + + +Loading... + + +Loading... +{% endhighlight %} +

+ Note: + Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See + issue #671 + for examples and possible workarounds. +

+

+ Note: CSS3 animations aren't supported in IE8 - IE9. +

+
+
+
-- cgit v1.2.3