Animation Effect Descriptions
C1Splitter contains thirty-one built-in animation effects that change the reaction of the splitter bar when it is moved. The default transition is EaseLinear, but you can set it to another effect using the Easing property.
For task-based help on using transition effects, see Using Animation Effects.
The table below describes each animation effect:
Name |
Description |
FadeIn |
Expands body of the control so that it appears to fade in. |
FadeOut |
Collapses the body of the control, so that it appears to fade out. |
ScrollInFromTop |
Expands the body of the control, scrolling into view from the top. |
ScrollInFromRight |
Expands the body of the control, scrolling into view from the right. |
ScrollInFromBottom |
Expands the body of the control, scrolling into view from the bottom. |
ScrollInFromLeft |
Expands the body of the control, scrolling into view from the left. |
ScrollOutToTop |
Collapses the body of the control, scrolling out of view to the top. |
ScrollOutToRight |
Collapses the body of the control, scrolling out of view to the right. |
ScrollOutToBottom |
Collapses the body of the control, scrolling out of view to the bottom. |
ScrollOutToLeft |
Collapses the body of the control, scrolling out of view to the left. |
Fold |
Collapses the body of control vertically and then horizontally so it appears to unfold. |
UnFold |
Expands the body of control horizontally and then vertically so it appears to unfold. |
OpenVertically |
Expands the body of control vertically from the center of the body area. |
CloseVertically |
Collapses the body of control vertically from the center of the body area. |
OpenHorizontally |
Expands the body of control horizontally from the center of the body area. |
CloseHorizontally |
Collapses the body of control horizontally from the center of the body area. |
Shake |
Expands or Collapses the body of control with a horizontal shaking motion. |
Bounce |
Expands or Collapses the body of control with a vertical bouncing motion. |
DropInFromTop |
Expands the body of the control from below the control to the top. |
DropInFromRight |
Expands the body of the control from the left of the control to the right. |
DropInFromBottom |
Expands the body of the control from above the control to the bottom. |
DropInFromLeft |
Expands the body of the control from the right of the control to the left. |
DropOutToTop |
Collapses the body of the control out to above the control. |
DropOutToRight |
Collapses the body of the control out to the right of the control. |
DropOutToBottom |
Collapses the body of the control out to below the control. |
DropOutToLeft |
Collapses the body of the control out to the left of the control. |
|