Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Parallax very sluggish

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45173
    mmartins
    Member

    Hi Guys,

    I’ve made some parallax effect on my page, but when scrolling it is very sluggish when the images that do the effect appear on the window. Chrome timeline says ‘Forced synchronous layout is a possible performance bottleneck’

    Thanks a lot!

    #137278
    jimmy
    Participant

    http://www.html5rocks.com/en/tutorials/speed/parallax/

    Your problem is mentioned as well, under the option 1.
    Author proceeds then to the better ways to achieve the effect.

    Bear in mind that using normal hardware scroll with “jumps” always generates janky movement. Try to debug this dragging the scrollbar itself.

    ADDED: http://www.html5rocks.com/en/tutorials/speed/animations/ – worth reading as well

    #137352
    mmartins
    Member

    many thanks! will read and see if I can improve performance :)

    #137368
    mmartins
    Member

    After I read the first article I guess that I also have the option 2 problem because I also use translate3d for manipulate the objects.

    What I did not understand is if is there any performance issue on using the position:absolute

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.