|
Completely off topic: That header image: Is it animated when window.onscroll() is fired? I find one reference in the code to e.addEventListener("scroll", v, !1) which I guess then fires the function v which does: v = function() {
var t = parseInt(e.pageYOffset, 10);
t = Math.min(u, t), t !== d && (d = t, t > 0 ? f(t * m, 1) : f(t / -6, -1 * t / u + 1), t >= u - 35 ? s(p, E) : i(p, E)) Could someone point me to some unminimized version of this code, I really like it? |