Merge branch 'ux-guide-hover-animation-guidance-update' into 'master'

UX guide: Update animation guidance to 100ms

See merge request !8692
This commit is contained in:
Achilleas Pipinellis 2017-02-02 09:12:15 +00:00
commit 7460702088
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Easing specifies the rate of change of a parameter over time (see [easings.net](
### Hover
Interactive elements (links, buttons, etc.) should have a hover state. A subtle animation for this transition adds a polished feel. We should target a `200ms linear` transition for a color hover effect.
Interactive elements (links, buttons, etc.) should have a hover state. A subtle animation for this transition adds a polished feel. We should target a `100ms - 150ms linear` transition for a color hover effect.
View the [interactive example](http://codepen.io/awhildy/full/GNyEvM/) here.