CoverFlow (Silverlight Only) > CoverFlow Features > Speed Settings |
You can adjust the three types of speed on the C1CoverFlow control: ItemSpeed, ItemAngleSpeed, and EyeSpeed. The table below provides an overview of each speed property.
Property |
Description |
ItemSpeed property |
Gets or sets the speed at which the items' positions change when a user selects an item or scrolls through the control. This value should be greater than 0 and less than or equal than 1, with 1 meaning instantaneous changes. |
ItemAngleSpeed property |
Gets or sets the speed at which the items' angles change when a user selects an item or scrolls through the control. |
EyeSpeed property |
Gets or sets the speed at which the camera position changes. This value should be greater than 0 and less than or equal than 1, with 1 meaning instantaneous changes. |