We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf18b06 commit 10cd0ffCopy full SHA for 10cd0ff
docs/_includes/js/carousel.html
@@ -203,6 +203,11 @@ <h4>.carousel('next')</h4>
203
204
<h3>Events</h3>
205
<p>Bootstrap's carousel class exposes two events for hooking into carousel functionality.</p>
206
+ <p>Both events have the following additional properties:</p>
207
+ <ul>
208
+ <li><code>direction</code>: The direction in which the carousel is sliding (either <code>"left"</code> or <code>"right"</code>).</li>
209
+ <li><code>relatedTarget</code>: The DOM element that is being slid into place as the active item.</li>
210
+ </ul>
211
<div class="table-responsive">
212
<table class="table table-bordered table-striped">
213
<thead>
0 commit comments