Skip to content

Commit

Permalink
anim adjustments for K7 FF
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Feb 5, 2019
1 parent 2b48b41 commit afe571e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1721,11 +1721,11 @@ exports[`EuiIcon props type emsApp is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
class="euiIcon__fillSecondary"
d="M3 22h3v2H1V1h23v5h-2V3H3z"
d="M16 26.68L8.18 16.1a9.72 9.72 0 1 1 15.63 0L16 26.68zm0-24.07a7.71 7.71 0 0 0-6.21 12.3L16 23.32l6.21-8.4A7.71 7.71 0 0 0 16 2.61z"
/>
<path
d="M15.228 29c1.492-1.678 1.353-2.859.009-5.654-.049-.1-.049-.1-.097-.203-1.369-2.855-1.626-4.491-.325-6.582 2.796-4.498 9.514-2.642 14.185 2.317V10H10v19h5.228zm2.47 0H29v-6.983c-3.88-5.406-10.376-7.795-12.487-4.4-.83 1.336-.669 2.37.43 4.662l.097.2c1.352 2.814 1.731 4.63.659 6.521zM31 8v23H8V8h23z"
class="euiIcon__fillSecondary"
d="M16 14a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM31.54 32H.46l4.89-11H10v2H6.65l-3.11 7h24.92l-3.11-7H22v-2h4.65z"
/>
</svg>
`;
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 afe571e

Please sign in to comment.