diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-02 09:12:15 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-02 09:12:15 +0000 |
commit | 7460702088f2265c1229cb8ec7d6fdcdda99bf9d (patch) | |
tree | fa426f28bdb2bcd10e132caeb2a544dae339cf7e /doc | |
parent | 40a824357c700280f3d2f8e2cda2fabc65af7f69 (diff) | |
parent | 09f1a9e320306677d0a94c8f8d7b58c3024c3ed7 (diff) | |
download | gitlab-ce-7460702088f2265c1229cb8ec7d6fdcdda99bf9d.tar.gz |
Merge branch 'ux-guide-hover-animation-guidance-update' into 'master'
UX guide: Update animation guidance to 100ms
See merge request !8692
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/ux_guide/animation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ux_guide/animation.md b/doc/development/ux_guide/animation.md index 903e54bf9dc..5dae4bcc905 100644 --- a/doc/development/ux_guide/animation.md +++ b/doc/development/ux_guide/animation.md @@ -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. |