Skip to content

Commit

Permalink
Make transition animation times consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
pwithams authored and paulk-asert committed Dec 10, 2018
1 parent 0b20583 commit e281c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/site/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ html.noScroll body, html.noScroll .st-container, html.noScroll .st-pusher, html.
.st-container {
position: relative;
overflow: hidden;
-webkit-transition: margin .25s, -webkit-transform .25s;
transition: margin .25s, transform .25s
-webkit-transition: margin .5s, -webkit-transform .5s;
transition: margin .5s, transform .5s
}

.st-container.st-menu-open {
Expand Down

0 comments on commit e281c1a

Please sign in to comment.