Skip to content

Commit

Permalink
anim adjustments for K7 FF (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Keairns authored Feb 5, 2019
1 parent 2b48b41 commit ef69ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Changed animation settings for `EuiNavDrawer` ([#1524](https://github.com/elastic/eui/pull/1524))
- Converted a number of components to support text localization ([#1504](https://github.com/elastic/eui/pull/1504))
- Updated `app_ems.svg` ([#1517](https://github.com/elastic/eui/pull/1517))

Expand Down
2 changes: 1 addition & 1 deletion src/components/nav_drawer/_nav_drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
z-index: $euiZHeader;
background: $euiHeaderBackgroundColor;
box-shadow: $euiNavDrawerSideShadow;
transition: width $euiAnimSpeedFast $euiAnimSlightResistance;
transition: width $euiAnimSpeedExtraFast $euiAnimSlightResistance;
transition-delay: $euiNavDrawerContractingDelay;

&.euiNavDrawer-isCollapsed {
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav_drawer/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ $euiNavDrawerTopPosition: $euiHeaderChildSize + 1px;

// Animation variables
$euiNavDrawerExpandingDelay: $euiAnimSpeedNormal;
$euiNavDrawerContractingDelay: $euiAnimSpeedSlow;
$euiNavDrawerContractingDelay: $euiAnimSpeedFast;
$euiNavDrawerExtendedDelay: $euiAnimSpeedExtraSlow * 2;
$euiNavDrawerMenuAddedDelay: $euiAnimSpeedExtraFast;

0 comments on commit ef69ffe

Please sign in to comment.