From 842f9634159a18856b44734a47dfe8d9f41f3d53 Mon Sep 17 00:00:00 2001 From: nzbin Date: Sat, 9 Jun 2018 21:54:39 +0800 Subject: [PATCH] :memo: Update docs --- docs/css/three-dots.css | 10 +++++----- docs/index.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/css/three-dots.css b/docs/css/three-dots.css index bfbc63a..0ac6e2b 100644 --- a/docs/css/three-dots.css +++ b/docs/css/three-dots.css @@ -44,10 +44,10 @@ transform: scale(1, 1); } 25% { - transform: scale(1, 1.25); + transform: scale(1, 1.5); } 50% { - transform: scale(1, 0.75); + transform: scale(1, 0.67); } 75% { transform: scale(1, 1); @@ -65,7 +65,7 @@ transform: scale(1, 1); } 50% { - transform: scale(1, 1.25); + transform: scale(1, 1.5); } 75% { transform: scale(1, 1); @@ -83,10 +83,10 @@ transform: scale(1, 1); } 50% { - transform: scale(1, 0.75); + transform: scale(1, 0.67); } 75% { - transform: scale(1, 1.25); + transform: scale(1, 1.5); } 100% { transform: scale(1, 1); diff --git a/docs/index.html b/docs/index.html index 15d47c6..89a67a9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@
- 🔮 The project is a CSS loading animation created with three dots which made by just single element. I think the project can not only enhance your css skills but also improve your imagination. 🔥 + 🔮 The project is a set of CSS loading animation created with three dots which made by just single element. I think the project can not only enhance your css skills but also improve your imagination. 🔥