alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.24k stars 7.31k forks source link

scrollHorizontally extension --> change keyboard control behavior #3030

Open zepphub opened 6 years ago

zepphub commented 6 years ago

Hello, scrollHorizontally extension works fine with mouse scroll wheel because it only have one direction. When I reached a section with slides, it moves you across the slides till the end before continue to the next section

I want to repeat the same behavior with the keyboard, change sections and slides only with the down/up arrow key and suppress the left/right keys

I already try $.fn.fullpage.setKeyboardScrolling to stop going down now I need the down key sent me to the left :P

is there a way to do that?

ex: http://azulprado.com/muestras/fidalisis5/#inicio

alvarotrigo commented 6 years ago

is there a way to do that?

Unfortunately not at the moment! But please feel free to contact me for any urgent request.

I'll mark it as a possible enhancement!