Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phaseEnded/stepEnded don't occur when navigation is skipped and fadeStepWhenSkipped is disabled #265

Open
IanLunn opened this issue May 2, 2015 · 0 comments

Comments

@IanLunn
Copy link
Owner

IanLunn commented May 2, 2015

Dependencies: navigationSkip: true, fadeStepWhenSkipped: false, preventReverseSkipping: false

Problem: With the above dependencies, when the user navigates between steps quickly, the phaseEnded() and stepEnded() do not occur until navigation skipping has stopped. This may cause issues for themes that change the states/styles of steps based on these public events. For example, when a step ends, it's background colour is changed. Without these events, the background won't be able to change when navigation skipping occurs.

@IanLunn IanLunn added this to the 2.0.1 milestone May 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant