- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2016 02:06 PM
Reviewing the widget code for the Carousel I can't find how to change the speed of scrolling of images.
How can I slow them down? Is it related to the options.interval variable?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 12:41 AM
Hi
You had the answer yourself - it is using the Angular bootstrap carousel provider and as you said "option.interval" is indeed mapped to the interval
The issue is that service now has not made the "interval" option visible in the option schema for that widget. But you can get to it without having to modify the widget.
Go to Service Portal -> Widget instances and the find the instance for the Carousel on the SC Home page.
Open the record and add the interval field to the form layout - now you can change the default 5 seconds to something else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 12:41 AM
Hi
You had the answer yourself - it is using the Angular bootstrap carousel provider and as you said "option.interval" is indeed mapped to the interval
The issue is that service now has not made the "interval" option visible in the option schema for that widget. But you can get to it without having to modify the widget.
Go to Service Portal -> Widget instances and the find the instance for the Carousel on the SC Home page.
Open the record and add the interval field to the form layout - now you can change the default 5 seconds to something else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 10:12 AM
I had to modify the form and expose the 'Interval' field on it...
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2020 08:56 AM
The interval is not longer on the Widget instance table in the New York release. It appears that the interval is hardcoded into the client controller script on the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2020 05:21 AM
It's still there. Working with version Build tag: glide-newyork-06-26-2019__patch6-01-29-2020