mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 00:21:41 +08:00
10 lines
171 B
TypeScript
10 lines
171 B
TypeScript
$(".className").owlCarousel();
|
|
|
|
$(".className").owlCarousel({
|
|
singleItem: true,
|
|
slideSpeed: 300,
|
|
paginationSpeed: 400,
|
|
lazyLoad: true,
|
|
autoPlay: 4000
|
|
});
|