Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-02 12:12:15 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-02 12:12:15 +0300
commit7460702088f2265c1229cb8ec7d6fdcdda99bf9d (patch)
treefa426f28bdb2bcd10e132caeb2a544dae339cf7e /doc/development
parent40a824357c700280f3d2f8e2cda2fabc65af7f69 (diff)
parent09f1a9e320306677d0a94c8f8d7b58c3024c3ed7 (diff)
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/development')
-rw-r--r--doc/development/ux_guide/animation.md2
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.