Faster transitions

This commit is contained in:
2016-11-20 03:23:31 +09:00
parent 9794a09f12
commit 0a099bca72
8 changed files with 11 additions and 10 deletions

View File

@ -64,7 +64,7 @@
border-radius 3px
box-shadow 4px 4px 8px rgba(0, 0, 0, 0.12)
filter saturate(100%)
transition all 290ms ease
transition all transitionSpeed ease
&:hover
filter saturate(130%)
box-shadow 6px 6px 12px rgba(0, 0, 0, 0.2)