Joel Arvidsson

Results 286 comments of Joel Arvidsson

Hmm, that might be be due to requestAnimationFrame limiting updates. Not having that problem myself though, what browser and hardware are you using?

Damn, I can't reproduce. I'm using the exact same setup. Even if I cmd-up, it will always be in the same position for me. Using the touchpad will cause a...

Hi @dpocheketa, Absolute positioned elements should work, however fixed elements would not. Can you post a plunker so I can investigate further?

Should work in IE 10 and up. The transform implmentation in IE9 is kinda broken so it's disabled for now, might look into how to fix that. I've chosen not...

Looked into the example and saw that it was using an old version of angular-scroll. Updated to latest and it works fine for me now. Have a look at http://durated.github.io/angular-parallax/

Hey, Yes it should work with the custom animator something like this: ``` js function(elementPosition) { return { backgroundPosition: elementPosition/-10 + 'px' }; } ``` However I recommend against it...

It currently only listens to scroll events on the document level. Might add support for sub elements since `angular-scroll` now supports it, but it might require more markup and some...

There's a min/max setting in the `createAnimator` function, maybe that's enough? Personally I think it sometimes can be nice for the animation to continue below 0.

Having trouble fixing this bug, but I think it's a bit better now. Can you confirm?

Yep is pushed, the bug persists? Force reload just in case.