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 Apr 19, 2023. It is now read-only.
In the description they said that the animation won't run unless the difference between the current step and the next step is 1. I spent a lot of time until i figured it out. I Hope it solves your problem.
From the beginning this case with difference between steps greater than 1 was not considered intentionally. It just looks too complicated to calculate and run properly across all combination of state changes.
stepView.state.animationDuration(android.R.integer.config_longAnimTime).animationType(StepView.ANIMATION_ALL)
stepView.go(1,true)
The animation is enabled with duration, still animation is not working, Still the step jumps directly without any animations ...
The text was updated successfully, but these errors were encountered: