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:
authorAllison Whilden <allison@gitlab.com>2017-01-22 04:00:55 +0300
committerAllison Whilden <allison@gitlab.com>2017-01-22 04:01:56 +0300
commit09f1a9e320306677d0a94c8f8d7b58c3024c3ed7 (patch)
treefe993b4dd3e460a03b0b45c3c15e5db7162dbcdb /doc/development
parentc20934869f7dc8cfbdbafb6ecb7b1305452c9e8a (diff)
[ci skip] UX guide: Update animation guidance to 100ms
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.