Coder Social home page Coder Social logo

Comments (3)

martinlaxenaire avatar martinlaxenaire commented on June 14, 2024

Hi @Dushyant1295,

It would be easier to debug with a live codepen or fiddle. My guess is that the curtains resize event is fired before the locomotive's one, resulting in a misplacement of the planes.
You could try to handle the resize event manually, or update the scroll values in the curtains onAfterResize() callback maybe?

Cheers,

from curtainsjs.

Dushyant1295 avatar Dushyant1295 commented on June 14, 2024

Hi @martinlaxenaire Thanks For Replying

I'm Using Same setup but on codepen on resize its fine but on the site plans are missed after resize

see same example here on live http://36fm.in/
and here is the codepen codepen

from curtainsjs.

martinlaxenaire avatar martinlaxenaire commented on June 14, 2024

Hey @Dushyant1295,

I can remember now that there's indeed a conflict due to how Locomotive Scroll is translating its scroll sections.
If you inspect the DOM you'll see that each section is actually inside the viewport but is hidden with opacity: 0; and each curtains plane is at the "right" position.

This is not a curtainsjs bug but sadly there's definitely a conflict between the 2 libraries.

Cheers,

from curtainsjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.