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

Using parallax with custom transform styles

lukisrac opened this issue · comments

Hi,

is there any way to use custom CSS transform properties with parallax library?

I need to use transform: rotate() property on each element in scene, but after parallax init, it removes my transform: rotate() from all layers.

I appreciate any help, and sorry for my bad English :(
Thank you!

Hi. I too have elements with transformation that do not persist. As soon as the Parallax instance instantiates, the transformations applied via css are removed. Anyway we can take into account the existing styles?

An easy workaround is to add an extra HTML element and apply your custom styles on it.

you should wrap the images with position and transform inside the div wrapper with 100% width
then it will work ok