vdanyliv / ngx-tiny-slider

Angular wrapper for tiny-slider
https://npmjs.com/package/ngx-tiny-slider
MIT License
15 stars 18 forks source link

Is there any way in ngx-tiny slider to make arrow key to the right and left to the data instead of bottom or top #27

Closed mksmanjit closed 4 years ago

mksmanjit commented 4 years ago

Is there any way in ngx-tiny slider to make arrow key to the right and left to the data instead of bottom or top?

I see there is one property in the jquery tiny slider which is center, which is doing the work.

Is there any similar way or any way to do the same functionality in ngx-tiny-slider

vdanyliv commented 4 years ago

@mksmanjit ngx-tiny-slider just a wrapper component for tiny-slider, you can use any api that provides tiny-slider libarary

mksmanjit commented 4 years ago

Ok Thanks