angular-parallax
angular-parallax copied to clipboard
No workie in IE
Doesn't work at all in IE10, IE9, IE Compatability of any type.
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 to do fallback to margin/position:relative since older browsers and old computers would likely make the whole parallax experience so sluggish that a regular scroll is preferable.
What did you try in IE 10 that didn't work?
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/
Works like a charm. Nice work.
For me it isn't working in IE 9 (haven't tested in 10 / 11 yet).. Is it a possibility to make the fallback to margin / position;relative optional? Also opacity is not working in IE9..
Just noticed: the plugin causes an issue in IE9 : TypeError: Unable to get value of the property 'compile': object is null or undefined
I get the same error (on the demo page) in IE9 as @mariendries does.
By any chance any progress on this?