Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there a way to get cycleview-item current index

Hi, Does anyone worked on this already?

I was trying to get current index of cycleview-item similar like panoramaview, any help would be appreciated.

Best Answer
0 Votes
1 REPLY 1

Hi @AjaySingh 

 

You can use the .value property of the cycleview like this:

 

myCycleView.value

 

It will return a value from 0..n for the currently active item.

 

Paul.

Best Answer
0 Votes