DEV Community

matsuikazuto
matsuikazuto

Posted on

3 1

fullPage.js is not smooth only with chrome when use backgroundsFixed.

fullPage.js
/examples/backgroundsFixed.html

To apply position: absolute; to an internal element, using position: relative; as a wrapper class does not make a smooth transition when scrolling. (only on chrome)

.section {
    // not smooth
    position: relative;

    // smooth
    position: static;
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more