Home Forums Support Parallax

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #127776
    Adrian Cojocariu

    Hey man, sorry to bother you with JS.

    I’m planning to implement parallax.js for a background on a section, but I want the background to be a little delayed, not only scrolling at slower speed.

    Just take a look at this.

    http://themeforest.net/item/er-beautypress-beauty-spa-html5-template/full_screen_preview/11770321?ref=freshdesignweb&ref=freshdesignweb&clickthrough_id=493349236&redirect_back=true

    You got any ideas ?

    Maybe I can simply tweak your own parallax ?

    #127831
    Tom
    Lead Developer
    Lead Developer

    Hi Adrian,

    What do you mean by delayed? Like you only want it to start the effect once you reach a certain point of the page?

    If so, you might have to get a little advanced with a jQuery plugin like Waypoints: https://github.com/imakewebthings/waypoints

    #127969
    Adrian Cojocariu

    Nah, it must be really simple.

    Delayed I mean… you can take a look at that example with the mountains.

    You see when you scroll ( one step only ), everything goes instantly, but the mountains take like 0.3-0.5 seconds to react to the scroll step.

    #128122
    Tom
    Lead Developer
    Lead Developer

    Looks like that theme is using this plugin for the parallax effect: https://github.com/Prinzhorn/skrollr

    Definitely more code than the one in GP (which is very minimal/lightweight) – but it has way more options, including that delay I’m guessing.

    #128202
    Adrian Cojocariu

    Thx man, I’ll check that out, I searched the code but could not find it.

    #128306
    Tom
    Lead Developer
    Lead Developer

    No problem – let me know how it goes 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.