Skip to content

Commit

Permalink
Updated transition speed
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLuginbuehl committed Mar 12, 2018
1 parent 066cb70 commit fbd5ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ main {
}

&:active {
transition: transform .1s cubic-bezier(0, 0.29, 0.01, 0.92);
transition: transform .2s cubic-bezier(0, 0.29, 0.01, 0.92);
transform: scale(.96);
}
}
Expand Down

0 comments on commit fbd5ff7

Please sign in to comment.