viktorlarsson / vue-tiny-slider

Vanilla javascript slider for all purposes created by ganlanyuan in Vue.
MIT License
136 stars 51 forks source link

Add remaining missing options supported by tiny-slider. Fixes issue #47. #48

Closed JGriffCS closed 4 years ago

JGriffCS commented 4 years ago

While attempting to fix issue #16 I noticed there were still a few options missing, including one which is the cause of issue #47 . I also modified the default value of nav option as it was in conflict with the default in tiny-slider which could cause confusion.

JGriffCS commented 4 years ago

The nav: false default also seems to have been partly a cause for confusion that resulted in #43 .

viktorlarsson commented 4 years ago

Thank you JGriffCS!