The Carousel Animation
5 Jun 2020 / 1 minute to read
The Duration
property of the SfCarousel control is used to specify the time taken to move an item to the selected item position. The duration is specified in seconds. The default value is 300 ms.
SfCarousel carousel = new SfCarousel();
carousel.Duration = 1000;
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page