diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-11-02 14:06:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 14:06:03 +0100 |
commit | 21d7dfeff396336929229a4f8d7c5beec876e0c5 (patch) | |
tree | 5ef8e50d340d13c598da20754da03dee20240d0e /themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg | |
parent | 807fc816bb3708561fa57aed5bd42a7eacbcde30 (diff) | |
parent | cc957467785264062a1d2f73c3b607bd0b936744 (diff) |
Merge pull request #2246 from rosysong/rosy
theme: add initial commit for rosy theme
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg b/themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg new file mode 100644 index 0000000000..288de9eb66 --- /dev/null +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/loading.svg @@ -0,0 +1,37 @@ +<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --> +<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#fff"> + <g fill="none" fill-rule="evenodd" stroke-width="2"> + <circle cx="22" cy="22" r="1"> + <animate attributeName="r" + begin="0s" dur="1.8s" + values="1; 20" + calcMode="spline" + keyTimes="0; 1" + keySplines="0.165, 0.84, 0.44, 1" + repeatCount="indefinite" /> + <animate attributeName="stroke-opacity" + begin="0s" dur="1.8s" + values="1; 0" + calcMode="spline" + keyTimes="0; 1" + keySplines="0.3, 0.61, 0.355, 1" + repeatCount="indefinite" /> + </circle> + <circle cx="22" cy="22" r="1"> + <animate attributeName="r" + begin="-0.9s" dur="1.8s" + values="1; 20" + calcMode="spline" + keyTimes="0; 1" + keySplines="0.165, 0.84, 0.44, 1" + repeatCount="indefinite" /> + <animate attributeName="stroke-opacity" + begin="-0.9s" dur="1.8s" + values="1; 0" + calcMode="spline" + keyTimes="0; 1" + keySplines="0.3, 0.61, 0.355, 1" + repeatCount="indefinite" /> + </circle> + </g> +</svg>
\ No newline at end of file |