Forums

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

Home Forums CSS Auto-moving parallax background animation not working Re: Auto-moving parallax background animation not working

#120842
Mottie
Member

Hi @pkmathanraj!

The code is already in the example… this part of the code:

$(‘#midground’).css({backgroundPosition: ‘0px 0px’});
$(‘#foreground’).css({backgroundPosition: ‘0px 0px’});
$(‘#background’).css({backgroundPosition: ‘0px 0px’});

will reset the backgroundPosition.