diff options
author | awhildy <allison@gitlab.com> | 2016-11-27 21:25:45 -0800 |
---|---|---|
committer | Allison Whilden <allison@gitlab.com> | 2016-12-05 14:09:24 -0800 |
commit | 30f050491694e27232ddab679785ddac2dd46514 (patch) | |
tree | e31349937e8291e0ceeb659d0ef3f6d2e5d85bb9 /doc/development/ux_guide/index.md | |
parent | 1e7e7977e0a14572abc52c08291984cd78fd033d (diff) | |
download | gitlab-ce-ux-guide-animation.tar.gz |
Create animation page and clean up indexux-guide-animation
Add guidance on timings and easing
[ci skip]
Detail when not to use easing
Add dropdown and hover examples
Add quick update animation
Diffstat (limited to 'doc/development/ux_guide/index.md')
-rw-r--r-- | doc/development/ux_guide/index.md | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/development/ux_guide/index.md b/doc/development/ux_guide/index.md index 8aed11ebac3..8a849f239dc 100644 --- a/doc/development/ux_guide/index.md +++ b/doc/development/ux_guide/index.md @@ -12,7 +12,17 @@ These guiding principles set a solid foundation for our design system, and shoul --- ### [Basics](basics.md) -The basic ingredients of our experience establish our personality and feel. This section includes details about typography, color, and motion. +The basic ingredients of our experience establish our personality and feel. This section includes details about typography, iconography, and color. + +--- + +### [Animation](animation.md) +Guidance on the timing, curving and motion for GitLab. + +--- + +### [Copy](copy.md) +Conventions on text and messaging within labels, buttons, and other components. --- @@ -26,11 +36,6 @@ The GitLab experience is broken apart into several surfaces. Each of these surfa --- -### [Copy](copy.md) -Conventions on text and messaging within labels, buttons, and other components. - ---- - ### [Features](features.md) The previous building blocks are combined into complete features in the GitLab UX. Examples include our navigation, filters, search results, and empty states. |