81
Views
4
Comments
Solved
Change autoplay speed in the new Outsystems Carousel for Reactive application
Application Type
Reactive
Service Studio Version
11.54.40 (Build 63053)

Hi Team 

We are using the updated Outsystems Carousel and it does not have the property to change the autoplay speed.

New Carousel(Fast, Normal and Slow speed options are not available in the autoplay property):

Deprecated Carousel screenshot for reference (Autoplay speed change option is there):

Could you please let us know that how can we change the speed for the autoplay like we had in the deprecated carousel?


Regards

Divya Sharma

2021-01-27 15-37-38
Tim Bates
Solution

I think you can use the Carousel\SetSplideConfigs method, from the OutSystemsUI, to set the interval to whatever milliseconds you require.

UserImage.jpg
Nikhil Rawat
Solution

Hi @Divya Sharma 

you can use the Carousel\SetSplideConfigs method, from the OutSystemsUI. pls check .oml file how to use SetSplideConfigs method.

CarouselDemo.oml
UserImage.jpg
Divya Sharma

Thanks @Tim Bates and @Nikhil Rawat . The solution which you suggested worked for us. 

2024-01-20 14-53-12
Ahmed Essawy

the short answer, there are no option for speed as per the Outsystems documentation for the carousel .

you have three options for the animation as below : 

Autoplay(Boolean): OptionalIf set to True, the items in the Carousel are displayed automatically (with a 5 second time delay between each item). If set to False, the autoplay functionality is disabled. This is the default value.
Rewind(Boolean): OptionalIf True, a rewind effect is applied when the Carousel reaches the end and the Loop property is enabled. The default behavior is to show the first item without rewinding through the remaining.
Loop(Boolean): OptionalIf set to True, once the last item in the Carousel is reached, it loops around to the first item and begins displaying the all of the items again. If set to False, the slide of the Carousel items ends when the last item is reached. This is the default value.


  

2021-01-27 15-37-38
Tim Bates
Solution

I think you can use the Carousel\SetSplideConfigs method, from the OutSystemsUI, to set the interval to whatever milliseconds you require.

UserImage.jpg
Nikhil Rawat
Solution

Hi @Divya Sharma 

you can use the Carousel\SetSplideConfigs method, from the OutSystemsUI. pls check .oml file how to use SetSplideConfigs method.

CarouselDemo.oml
UserImage.jpg
Divya Sharma

Thanks @Tim Bates and @Nikhil Rawat . The solution which you suggested worked for us. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.