DEV Community

pixelbyaj
pixelbyaj

Posted on

sitePage.js 3.0.2-rc released

Hello mates,
I just release sitePage.js 3.0.2-rc version. sitePage.js is the JavaScript library with which you can build beautiful full page scrolling website. You can visit www.pixelbyaj.com or https://pixelbyaj.github.io/sitepage for further details.

Thanks,
pixelbyaj

Top comments (3)

Collapse
 
jamesthomson profile image
James Thomson

Congrats on your release. I just tried out your example page and it seems to respond really slow if you have a device that triggers momentum scrolling. e.g. I have a touch mouse, if I flick up or down to scroll it delays it by a few seconds before actually performing the scroll.

Collapse
 
pixelbyaj profile image
pixelbyaj

Thanks James for your valuable input. Actually the scroll get handle by the transition properties which we can control via json input. For e.g.,
//transition
easing: "ease",//ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n)
transitionSpeed: 1000,//speed in ms

For details on property you may read github.com/pixelbyaj/sitePage. Let me know if you still face the same issue. I really appreciate :)

Collapse
 
pixelbyaj profile image
pixelbyaj

I have updated the release with the fix you mention. Thanks once again :)