Goodmorning Support,
Do you know if it is somehow possible to add extra parallax divs onto a parallax page element in the swift page builder?
I for example want to add a rocket that goes upward when scrolling with speed “2.0”, whereas the background only moves at “0.5” and the rest of the content at speed “1.0”. I now have this, but it doesn;t work:
<div style="background-image: url('http://space.customcards.biz/images/nicubunu_Toy_rocket.png'); height: 200px; width: 200px; position: relative; bottom: 0; float: none; background-attachment: fixed;" data-parallax-speed="2.0"></div>