baptistebriel / smooth-scrolling

smooth scrolling and parallax effects on scroll
MIT License
612 stars 75 forks source link

Horizontal scroll demos not working #100

Closed JonQuayle closed 5 years ago

JonQuayle commented 5 years ago

Hi,

I cannot seem to get the horizontal demos to work. All I see is a blank white screen.

Have installed and followed the documentation... any idea what I am doing wrong?

Many thanks, Jon

ammein commented 5 years ago

I agree based on the documentation to open demos is not working because the file is not served on web. You need to serve it either using python or nodejs web server. Or maybe you could use other web server as well.

baptistebriel commented 5 years ago

Indeed, you need to have a server running for it to work. I use MAMP on my side but any other similar tool should do the work.