1
2
3
4
5
6
7
8
9
10
11
12
on initialize.owl.carousel
on initialized.owl.carousel
on resize.owl.carousel
on resized.owl.carousel
on refresh.owl.carousel
on refreshed.owl.carousel
on update.owl.carousel
on updated.owl.carousel
on drag.owl.carousel
on dragged.owl.carousel
on translate.owl.carousel
on translated.owl.carousel
on to.owl.carousel
on changed.owl.carousel
Overview
Notice that initialize.owl.carousel
and initialized.owl.carousel
events must be attached before Owl Carousel initialization. This is required only for those two.
changed.owl.carousel
event is attached to the main Owl Carousel animation method so that every carousel move triggers this callback.