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

@ -10,4 +10,6 @@ uiBackground = linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0,
uiHoverBackground = linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.027) 100%)
outlineShadowLight = 0 0 6px rgba(0, 0, 0, 0.05)
outlineShadowMedium = 0 0 6px rgba(0, 0, 0, 0.15)
outlineShadowHeavy = 0 0 6px rgba(0, 0, 0, 0.4)
outlineShadowHeavy = 0 0 6px rgba(0, 0, 0, 0.4)
transitionSpeed = 290ms
fadeSpeed = 200ms