From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- .../src/doc/_includes/examples/animated.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_includes/examples/animated.html (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_includes/examples/animated.html') diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/examples/animated.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/examples/animated.html new file mode 100644 index 0000000..595bff9 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/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-54-g00ecf