Skip to content
Snippets Groups Projects
Commit 8afe8fb4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'ux-guide-scroll-animation' into 'master'

UX Guide: add moving transition animation guidance

See merge request !8147
parents 0499431a c2410c48
No related branches found
No related tags found
1 merge request!8147UX Guide: add moving transition animation guidance
Pipeline #
Loading
@@ -39,4 +39,19 @@ When information is updating in place, a quick, subtle animation is needed. The
Loading
@@ -39,4 +39,19 @@ When information is updating in place, a quick, subtle animation is needed. The
   
![Quick update animation](img/animation-quickupdate.gif) ![Quick update animation](img/animation-quickupdate.gif)
   
> TODO: Add guidance for other kinds of animation ### Moving transitions
\ No newline at end of file
When elements move on screen, there should be a quick animation so it is clear to users what moved where. The timing of this animation differs based on the amount of movement and change. Consider animations between `200ms` and `400ms`.
#### Shifting elements on reorder
An example of a moving transition is when elements have to move out of the way when you drag an element.
View the [interactive example](http://codepen.io/awhildy/full/ALyKPE/) here.
![Reorder animation](img/animation-reorder.gif)
#### Autoscroll the page
Another example of a moving transition is when you have to autoscroll the page to keep an active element visible.
View the [interactive example](http://codepen.io/awhildy/full/PbxgVo/) here.
![Autoscroll animation](img/animation-autoscroll.gif)
\ No newline at end of file
doc/development/ux_guide/img/animation-autoscroll.gif

295 KiB

doc/development/ux_guide/img/animation-reorder.gif

68.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment