01-13-2020 18:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-13-2020 18:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'd like to set the first cycleview-item after a few seconds of inactivity. Is there any way to set a cycleview-item to display? Any help will be appreciated.
Answered! Go to the Best Answer.

Accepted Solutions
01-14-2020 10:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-14-2020 10:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
01-14-2020 10:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-14-2020 10:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
01-14-2020 11:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-14-2020 11:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks a lot.

