You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
Current Behavior
Both functions output the same activeIndex, i.e. the one we have already moved to.
Expected Behavior
imho, I would expect the slideWillChange() function to have activeIndex as the slide where we are before the transition and the slideChanged() function to output the activeIndex of the new slide once the transition is completed.
The text was updated successfully, but these errors were encountered:
Original issue by @johanlantz on 2018-08-02T07:24:38Z
Bug Report
Ionic Info
Describe the Bug
I have an ion-slides setup like this:
Current Behavior
Both functions output the same activeIndex, i.e. the one we have already moved to.
Expected Behavior
imho, I would expect the slideWillChange() function to have activeIndex as the slide where we are before the transition and the slideChanged() function to output the activeIndex of the new slide once the transition is completed.
The text was updated successfully, but these errors were encountered: