GithubHelp home page GithubHelp logo

Comments (4)

mikegreiling avatar mikegreiling commented on July 26, 2024 1
jQuery(window).trigger('resize').trigger('scroll');

from parallax.js.

David-Gallimore avatar David-Gallimore commented on July 26, 2024

Hi Mike,

Thanks for your quick reply. However it did not help, I am currently doing the below:

$(this).prev('div.wrap-infos').slideToggle(function(){
            window.dispatchEvent(new Event('resize'));

});

Which works but the height is only changed after the divs have increased in size and so doesn't flow with the toggle slide.

Thanks

from parallax.js.

mikegreiling avatar mikegreiling commented on July 26, 2024

Ah, I see.

Unfortunately there is no simple way of achieving what you want. The plugin's 'resize' hook was meant to cover a content refresh in a single frame (e.g. when the user resizes the browser window or in response to a single, layout-changing DOM manipulation).

You could try to create a manual 'step' method for jQuery.animate() and place the trigger there, but I worry it would have pretty poor performance on older browsers since it would be recalculating every parallax element at every frame of the animation. Let me know how it works for you if you decide to give it a try...

from parallax.js.

wstoettinger avatar wstoettinger commented on July 26, 2024

closed antiquated issue for cleanup. if this is still rellevant, feel free to reopen.

from parallax.js.

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.