swapped || order
This commit is contained in:
parent
62d145fce7
commit
b1ad14caf0
|
@ -79,7 +79,7 @@ if PARALLAX_PREFIX?
|
||||||
HEADER_PARALLAX = ->
|
HEADER_PARALLAX = ->
|
||||||
header = $("#profile--header:not(.profile--no-header) img")[0]
|
header = $("#profile--header:not(.profile--no-header) img")[0]
|
||||||
return unless header?
|
return unless header?
|
||||||
top = (document.body || document.documentElement).scrollTop * HEADER_PARALLAX_INERTIA
|
top = (document.documentElement || document.body).scrollTop * HEADER_PARALLAX_INERTIA
|
||||||
header.style[PARALLAX_CSS] = "translate3d(0px, #{top}px, 0px)";
|
header.style[PARALLAX_CSS] = "translate3d(0px, #{top}px, 0px)";
|
||||||
|
|
||||||
$(window).on "scroll", (event) ->
|
$(window).on "scroll", (event) ->
|
||||||
|
|
Loading…
Reference in New Issue