Accessible360 / accessible-slick

the last (accessible) carousel you'll ever need.
https://accessible360.github.io/accessible-slick
MIT License
254 stars 45 forks source link

Can't slide next or previous by clicking on either of inactive slides in center mode - Example from Slider Sync #71

Open aneeshchowdhury opened 2 years ago

aneeshchowdhury commented 2 years ago

In previous version of slider - https://github.com/kenwheeler/slick/ We can slide to next or previous simply by clicking the inactive but current slides on either sides of the active and current slide card. But in the new accessible 360 version, that feature seems not working or removed without any mention anywhere.

See the example of previous - working one here - https://kenwheeler.github.io/slick/ - scroll to "Slider Syncing" example and click on slide card no. 5 and 2 - The slider will slide left or right. Now check the sample of new accessible 360 slider - https://accessible360.github.io/accessible-slick/ - Scroll to "Slider Syncing" example section and try to click on same slide card no 5 and 2. The slider wont slide anywhere. This seems like an omitted feature without any mention anywhere. Can anyone please comment here or help how to get it back. Please write back to aneesh.chowdhury@outlook.com

aneeshchowdhury commented 2 years ago

I have resolved this using added custom logic in JS. But that's completely separate and injected thru a separate script file.