alvarotrigo / pagePiling.js

pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
4.1k stars 654 forks source link

Anchors without hash #207

Open kamrul07 opened 3 years ago

kamrul07 commented 3 years ago

Is it possible to make anchors without hash? thank you

alvarotrigo commented 3 years ago

Unfortunately not possible at the moment . That would require some server configuration to deal with routes too, implying come back-end like a simple .htaccess for apache servers. Of course, this is only required if we expect the anchors to work as standalone pages that can be accessed by itself and indexed by browsers.

alvarotrigo commented 3 years ago

There's a pull request about it in fullPage.js, my other library: https://github.com/alvarotrigo/fullPage.js/pull/3870