ComponentOne Calendar for ASP.NET: Calendar Behavior > Animation

Animation

You can specify how to slide the calendar month when you are navigating through the calendar months by setting the NavigationEffect to a specific slide type.

The possible values for the NavigationEffect are described in the following table:

 

Slide type

Description

Auto

Default month view switching behavior.

None

No effect.

Fade

The current month view fades out, then the next month view fades in.

SlideLeft

The current month view slides out while the next month view slides in, both from right to left.

SlideRight

The current month view slides out while the next month view slides in, both from left to right.

SlideTop

The current month view slides out while the next month view slides in, both from bottom to top.

SlideBottom

The current month view slides out while the next month view slides in, both from top to bottom.

SlideLeftRight

The current month view slides out from the right to left, while the next month view slides in from the left to right.

SlideRightLeft

The current month view slides out from the left to right, while the next month view slides in from the right to left.

SlideTopBottom

The current month view slides out from the bottom to top, while the next month view slides in from the top to bottom.

SlideBottomTop

The current month view slides out from the top to bottom, while the next month view slides in from the bottom to top.


Transition Effects

Animation Duration

Animation Effect Duration


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.