We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The carousel emits two events: slide and slid.
slide
slid
The official bootstrap docs state that the slide event should fire first: http://getbootstrap.com/javascript/#carousel-events. (This makes sense, since slid is the past tense of slide.)
In bootstrap.native, the slid event fires first. This is incorrect.
Here are JSBins demonstrating the problem:
Notice the order that the events fire. This is a bug.
@thednp Urgent ❗
The text was updated successfully, but these errors were encountered:
I'm working on a PR.
Sorry, something went wrong.
OK, looking at it seems you are right.
@thednp Done, #74.
RyanZim
No branches or pull requests
The carousel emits two events:
slide
andslid
.The official bootstrap docs state that the
slide
event should fire first: http://getbootstrap.com/javascript/#carousel-events. (This makes sense, sinceslid
is the past tense ofslide
.)In bootstrap.native, the
slid
event fires first. This is incorrect.Here are JSBins demonstrating the problem:
Notice the order that the events fire. This is a bug.
@thednp Urgent ❗
The text was updated successfully, but these errors were encountered: