diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index b0665dba8db6..2b5b0111b13e 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -203,6 +203,11 @@
Bootstrap's carousel class exposes two events for hooking into carousel functionality.
+Both events have the following additional properties:
+direction
: The direction in which the carousel is sliding (either "left"
or "right"
).relatedTarget
: The DOM element that is being slid into place as the active item.