diff --git a/docs/help1.jpg b/docs/help1.jpg index 08e8284..2ffcecd 100644 Binary files a/docs/help1.jpg and b/docs/help1.jpg differ diff --git a/docs/help2.jpg b/docs/help2.jpg index c7c32c1..0c43965 100644 Binary files a/docs/help2.jpg and b/docs/help2.jpg differ diff --git a/docs/help3.jpg b/docs/help3.jpg deleted file mode 100644 index 64d8a71..0000000 Binary files a/docs/help3.jpg and /dev/null differ diff --git a/docs/help4.jpg b/docs/help4.jpg index 324bba5..7380780 100644 Binary files a/docs/help4.jpg and b/docs/help4.jpg differ diff --git a/docs/search.gif b/docs/search.gif index 1c65ccb..e3bce07 100644 Binary files a/docs/search.gif and b/docs/search.gif differ diff --git a/docs/setting.gif b/docs/setting.gif index 81e0c36..43eb223 100644 Binary files a/docs/setting.gif and b/docs/setting.gif differ diff --git a/src/index.css b/src/index.css index a4cc267..440d134 100644 --- a/src/index.css +++ b/src/index.css @@ -21,6 +21,8 @@ body { position: absolute; top: -200%; left: 0; + box-shadow: 0 0rem 10rem black; + overflow: hidden; } .light { @@ -45,16 +47,28 @@ body { -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; - animation: fadin-and-out 0.8s; - animation-delay: 0.5s; - animation-fill-mode: forwards; } -@keyframes fadin-and-out { - 0% {opacity: 0} - 10% {opacity: 90} - 70% {opacity: 100} - 100% {opacity: 0} +.percents { + position: absolute; + left: 0; + top: 46%; + color: white; + margin-left: -2.5rem; + font-size: 1.5rem; + opacity: 0; +} + +.percents.fadein { + -webkit-transition: 6s ease-out; + transition: 6s ease-out; + opacity: 100; +} + +.percents.fadeout { + -webkit-transition: 3s ease-in; + transition: 3s ease-in; + opacity: 0; } .progress-ctn .title { diff --git a/src/index.html b/src/index.html index b28cf17..42d21db 100644 --- a/src/index.html +++ b/src/index.html @@ -18,6 +18,7 @@