DRAG AND SCROLL!

0

PLAY WITH IT!

API REFERENCE

NameDescriptionDefault
@Input()

scrollbar-hidden

Whether the scroll bar for this element is hidden.false
@Input()

drag-scroll-disabled

Whether horizontally and vertically draging and scrolling events is disabled.false
@Input()

drag-scroll-x-disabled

Whether horizontally dragging and scrolling events is disabled. false
@Input()

drag-scroll-y-disabled

Whether vertically dragging and scrolling events is disabled. false
@Input()

drag-disabled

Whether draging is disabled.false
@Input()

snap-disabled

Whether snapping is disabled.false
@Input()

snap-offset

Pixels of previous element to show on snap or moving left and right. 0
@Output()

reachesLeftBound

Whether reaching the left carousel bound. n/a
@Output()

reachesRightBound

Whether reaching the right carousel bound. n/a
@Output()

indexChanged

Executes when the current index of the carousel changes. n/a
@Output()

dragStart

Executes when drag start. n/a
@Output()

dragEnd

Executes when drag end. n/a

Want to help make this project awesome? Check out our repo.

GITHUB

Hand crafted with love by Fan Jin and our awesome contributors.