Coder Social home page Coder Social logo

Asscroll and Barba.js about asscroll HOT 3 CLOSED

ashthornton avatar ashthornton commented on May 24, 2024
Asscroll and Barba.js

from asscroll.

Comments (3)

ashthornton avatar ashthornton commented on May 24, 2024

Hi @MarcoTorcolacci,

I'm not that familiar with Barba but I'm sure you need to apply the same concept as with any other PJAX navigation. Meaning that you need to update the page that ASScroll is scrolling with the new one that Barba loads in. Like this:

asscroll.enable(false, true, document.querySelector('.new-page'))

With .new-page being the page element Barba loads in.

Let me know if this helps you.

from asscroll.

MarcoTorcolacci avatar MarcoTorcolacci commented on May 24, 2024

Hi @ashthornton ,
moving the Barba div after the asccroll div is better.
<div class="asscroll-container"> <div class="asscroll-page"> <div data-barba="container" data-barba-namespace="home">

Now I am left with the problem that the size of the page remains the starting one ... so sometimes you see too much white sometimes the page is cut.
I should put something inside the beard beforeEnter that resizes my page height

barba.init({ timeout: 5000, debug: true, transitions: [ { sync: false, beforeEnter() { Asscroll page recalculation???? }, leave: ({ current }) => leaveAnimation(current.container), enter: ({ next }) => enterAnimation(next.container) }, ], });

Thanks

from asscroll.

ashthornton avatar ashthornton commented on May 24, 2024

Are you running .enable() and .disable() at the correct points during your transition?

from asscroll.

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.