Animation
Description
Specify the animation method for Card transitions. For example, when a docked Panel is either shown or hidden.
Discussion
The following Animation options are available:
- Animation Type
- Description
- slide
Panel is animated into view using a slide transition using it's current position in the navigator relative to other Panels. If the Panel Navigator is a top-to-bottom or bottom-to-top layout, Panels will slide into view from the top or bottom. If the Panel Navigator is a left-to-right or right-to-left layout, Panels will slide into view from the left or right.
- fade
Panel is animated into view using a fade transition.
- none
No animation
- slide-right
Panel is animated into view using the slide animation from left-to-right.
- slide-left
Panel is animated into view using the slide animation from right-to-left.
- slide-up
Panel is animated into view using the slide animation from bottom-to-top.
- slide-down
Panel is animated into view using the slide animation from top-to-bottom.