We need a property to indicate what the current location between slide 0 and slide N is.
If there are 6 slides, and we are currently transitioning from slide 1 to slide 2, then the numeric value would be changing during the transition from 0.167 to 0.322.
In addition, there should be an event dispatched (using the JungleJS event and dispatcher objects) that updates any listeners of this value change while a transition is occurring.
We need a property to indicate what the current location between slide 0 and slide N is.
If there are 6 slides, and we are currently transitioning from slide 1 to slide 2, then the numeric value would be changing during the transition from 0.167 to 0.322.
In addition, there should be an event dispatched (using the JungleJS event and dispatcher objects) that updates any listeners of this value change while a transition is occurring.