wagerfield / parallax

Parallax Engine that reacts to the orientation of a smart device

Home Page:http://wagerfield.github.io/parallax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to move element autometically like parallax js github page?

asif-jalil opened this issue · comments

I want elements will move automatically after page load like https://matthew.wagerfield.com/parallax/. How to do that? Is it possible with parallax js or need any other plugin?

You can use CSS animations to do that, just make sure you do not interfere with the rules provided by the library e.g position, transform, etc.