oblador / angular-parallax

Lightweight & performant parallax scrolling for angular.js.
http://oblador.github.io/angular-parallax/
MIT License
203 stars 44 forks source link

No workie in IE #1

Open omayhemo opened 10 years ago

omayhemo commented 10 years ago

Doesn't work at all in IE10, IE9, IE Compatability of any type.

oblador commented 10 years ago

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?

oblador commented 10 years ago

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/

omayhemo commented 10 years ago

Works like a charm. Nice work.

mariendries commented 10 years ago

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

benzimmer commented 9 years ago

I get the same error (on the demo page) in IE9 as @mariendries does.

mariendries commented 9 years ago

By any chance any progress on this?