From df35d6fe7d23a4aaad8366300fca7d777085dccc Mon Sep 17 00:00:00 2001 From: yuki540 Date: Fri, 23 Feb 2018 17:08:45 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E3=83=AD=E3=83=BC=E3=83=89=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E3=81=AE=E7=B5=82=E4=BA=86=E8=A6=81=E7=B4=A0=E3=81=AB?= =?UTF-8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E9=81=A9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/keyframes/pc/load-view.scss | 7 +++++++ src/scss/modules/pc/load-view.scss | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/src/scss/keyframes/pc/load-view.scss b/src/scss/keyframes/pc/load-view.scss index 6201f29..c4a6324 100644 --- a/src/scss/keyframes/pc/load-view.scss +++ b/src/scss/keyframes/pc/load-view.scss @@ -444,3 +444,10 @@ 0% { transform: scale(0) rotate(-5deg); } 100% { transform: scale(1) rotate(-5deg); } } + + +/*** end ***/ +@keyframes load-view__end { + 0% { left: 50%; width: 0; } + 100% { left: 0%; width: 100%; } +} diff --git a/src/scss/modules/pc/load-view.scss b/src/scss/modules/pc/load-view.scss index d16a491..6cf4927 100644 --- a/src/scss/modules/pc/load-view.scss +++ b/src/scss/modules/pc/load-view.scss @@ -1189,5 +1189,13 @@ } } } + + /** + * end-load-view + */ + .end-load-view { + div:nth-child(1) { animation: load-view__end 0.5s ease 14.2s forwards; } + div:nth-child(2) { animation: load-view__end 0.5s ease 14.3s forwards; } + } } }