Skip to content

Commit

Permalink
Chrome: Fix animation speed of the publish sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 22, 2017
1 parent 34d088d commit 21e5b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/assets/stylesheets/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@mixin slide_in_right {
transform: translateX(+100%);
animation: slide_in_right 0.2s forwards;
animation: slide_in_right 0.1s forwards;
}

@keyframes slide_in_right {
Expand Down

0 comments on commit 21e5b26

Please sign in to comment.