diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-19 12:09:59 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-19 12:09:59 +0200 |
commit | 0cbbb08e790260ad936810e0047e03938c001e9b (patch) | |
tree | 659eba953a3b578d99c7910a6b4f6c7c951ec53b /doc/development/ux_guide/animation.md | |
parent | 6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (diff) | |
download | gitlab-ce-0cbbb08e790260ad936810e0047e03938c001e9b.tar.gz |
doc: Spelling fixes
Diffstat (limited to 'doc/development/ux_guide/animation.md')
-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 d190ee1b0ff..797390a6845 100644 --- a/doc/development/ux_guide/animation.md +++ b/doc/development/ux_guide/animation.md @@ -27,7 +27,7 @@ View the [interactive example](http://codepen.io/awhildy/full/GNyEvM/) here. ### Dropdowns -The dropdown menu should feel like it is appearing from the triggering element. Combining a position shift `400ms cubic-bezier(0.23, 1, 0.32, 1)` with a opacity animation `200ms linear` on the second half of the motion achieves this affect. +The dropdown menu should feel like it is appearing from the triggering element. Combining a position shift `400ms cubic-bezier(0.23, 1, 0.32, 1)` with an opacity animation `200ms linear` on the second half of the motion achieves this affect. View the [interactive example](http://codepen.io/awhildy/full/jVLJpb/) here. |