Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE #1

Open
polikin opened this issue Jul 19, 2013 · 3 comments
Open

IE #1

polikin opened this issue Jul 19, 2013 · 3 comments

Comments

@polikin
Copy link

polikin commented Jul 19, 2013

Is there a way to have a fallback for IE (7-8)? I don't care about transitions, but is there a possibility to have the grid pattern?

Errors:

SCRIPT5014: Array.prototype.slice: 'this' is not a JavaScript object
AnimOnScroll.js, line 89 character 4

SCRIPT438: Object doesn't support property or method 'addEventListener'
demoad.js, line 13 character 1

@stevenbriscoeca
Copy link

+1

@vinci1618
Copy link

AnimOnScroll.js, line 89 character 4
try this.

this.items = Array.prototype.slice.call( document.querySelectorAll( '#' + this.el.id + ' > li' ) instanceof Object);

gl

@thegrimoire
Copy link

vinci1618 this does not solve the problem. this.items will return false using your method. I found a snippet that provides fallback for Array.prototype.slice.call.

Look at my fork for the solution.

@thegrimoire thegrimoire mentioned this issue May 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants