fullPage.js icon indicating copy to clipboard operation
fullPage.js copied to clipboard

scrollHorizontally:false --> only use css translateY instead of translate3d

Open jan-dh opened this issue 5 years ago • 1 comments

I would like to animate the fullpage.js wrapper with the translateX css property, since it's the most performant one. I have the fullpage.js option scrollHorizontally:false, so I was hoping that fullpage.js would only use translateY for the position calculation, since now I can't use my translateX.

jan-dh avatar Oct 30 '19 09:10 jan-dh

Unfortunately that's not an option at the moment. You can perhaps try adding a wrapper around your fullPage.js element and run your translation on it instead.

alvarotrigo avatar Oct 30 '19 10:10 alvarotrigo