diff options
| author | eal <eal@waifu.club> | 2017-09-10 20:46:42 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-09-10 20:46:42 +0300 |
| commit | 5e6ffc0e45abba5e7519457b21bd63ae9ba008f8 (patch) | |
| tree | 0932e9de7055c34cb82fa949759516c9dd265ace /static/font | |
| parent | 9c7eb1de3c58b3ddc78548f814f7130d7d9aa99c (diff) | |
Make user finder more pleasant.
Diffstat (limited to 'static/font')
| -rw-r--r-- | static/font/css/animation.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/font/css/animation.css b/static/font/css/animation.css index ac5a9562..c8cfc252 100644 --- a/static/font/css/animation.css +++ b/static/font/css/animation.css @@ -8,6 +8,13 @@ animation: spin 2s infinite linear; display: inline-block; } +.animate-spin-slow { + -moz-animation: spin 4s infinite linear; + -o-animation: spin 4s infinite linear; + -webkit-animation: spin 4s infinite linear; + animation: spin 4s infinite linear; + display: inline-block; +} @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); |
