fullPage.js
fullPage.js copied to clipboard
scrollHorizontally:false --> only use css translateY instead of translate3d
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
.
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.