Skip to content

Commit

Permalink
Fix: Adding file nav button transition (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan authored Apr 4, 2019
1 parent 55ad49d commit 3b09559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $navigationBtnWidth: 50px;
transform: translateY(-50%);

// Override default animations to only animate opacity since width animation to auto doesn't work
transition-property: opacity;
transition: opacity .5s ease;
white-space: nowrap;
width: $navigationBtnWidth;

Expand Down

0 comments on commit 3b09559

Please sign in to comment.