summaryrefslogtreecommitdiffstats
path: root/app/common
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-09-25 13:31:56 -0700
committerGunnar Mills <gmills@us.ibm.com>2019-09-30 18:33:01 +0000
commitb8a377b2ebcc120ff3d1072f11759d07a2c7337f (patch)
treea1353acbef952ba1d735ff2aaf0f71c881931544 /app/common
parent54d53c67b8deab838bbbe1d29fb8885b0bd56c17 (diff)
downloadphosphor-webui-b8a377b2ebcc120ff3d1072f11759d07a2c7337f.tar.gz
phosphor-webui-b8a377b2ebcc120ff3d1072f11759d07a2c7337f.zip
Change navigation submenu transition duration and ease
The current submenu navigation expanstion is too fast. This commit will change the speed from 110ms to 400ms and change the timing function from ease to cubic-bezier. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iec1b9ac9dd19aa8ef43bf1845ab4f1d259b9ef0b
Diffstat (limited to 'app/common')
-rw-r--r--app/common/styles/directives/app-navigation.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/common/styles/directives/app-navigation.scss b/app/common/styles/directives/app-navigation.scss
index 4e66ee4..d7e8909 100644
--- a/app/common/styles/directives/app-navigation.scss
+++ b/app/common/styles/directives/app-navigation.scss
@@ -144,11 +144,10 @@ $nav__second-level-text-color: $base-02--01;
margin: 0;
list-style-type: none;
display: block;
- @include fastTransition-all;
+ transition: left $duration--slow-01 $standard-easing--productive;
&.opened {
left: $nav__toplvlWidth;
box-shadow: 7px 0 28px -10px $base-02--02;
- @include fastTransition-all;
}
a {
padding: 1.2em 1em 1.2em 1em;
OpenPOWER on IntegriCloud