Skip to content

Commit

Permalink
Change focus transition animation to resolve EliverLara#8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Sep 1, 2019
1 parent 59113c3 commit bf27ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$asset_suffix: if($variant=='dark', '-dark', '');
$backdrop_transition: 200ms ease-out;
$sidebar_backdrop_transition: 200ms $ease-out-quad;
$button_transition: all 200ms $ease-out-quad;

* {
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/widgets/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
&:backdrop {
background-color: $backdrop_sidebar_bg_color;
border-color: $backdrop_borders_color;
transition: $backdrop_transition;
transition: $sidebar_backdrop_transition;
}

row{
Expand Down

0 comments on commit bf27ef7

Please sign in to comment.