alvarotrigo / alvarotrigo/fullPage.js
scrollHorizontally:false --> only use css translateY instead of translate3d
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 35.4k
- Forks
- 7.1k
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
Assessment
This issue has not been assessed yet.