You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the parallax sccript, we use background-position-x/y CSS properties, that are implemented only in Webkit engine. We have to use the traditional background-position CSS property, whch means we have to extract parameters from the property value's string.
The text was updated successfully, but these errors were encountered:
palra
changed the title
Parallax effect not working on other browsers than Webkif based ones
Parallax effect not working on other browsers than Webkit based ones
Mar 25, 2015
Monday Mar 23, 2015 at 22:01 GMT
Originally opened as https://github.com/palra/cours-univ/issues/3
In the parallax sccript, we use
background-position-x/y
CSS properties, that are implemented only in Webkit engine. We have to use the traditionalbackground-position
CSS property, whch means we have to extract parameters from the property value's string.The text was updated successfully, but these errors were encountered: