javascript - Jittery parallax scrolling -


i have wrote website using parallax effect , having few problems jittery performance.

the page has been zoomed using css3 transform scale , on resize, automatically resizes page using javascript / jquery.

on scroll, backgrounds positioned using scroll position on wrapper box ( parallax backgrounds inside ). image backgrounds moved on scroll event using css top position. images have got margin offset give illusion of position of image staying still. have enabled graphics acceleration , still getting jittery images on scrolling.

as found out, css3 transform scale not work position fixed.

any other solution?

jittery parallax website: http://5starprmarketing.prosoftwareuk.co.uk/p/1750 smooth parallax website: http://northeastexpo.co.uk/

have tried fixing background using css:

background-attachment: fixed; 

the example of smooth parallax website uses , best approach keeping background still while content moves.


Comments