rpocklin/angular-scroll-animate

Error in safari

Closed this issue · 1 comments

When in safari (browser and mobile), I am getting an error that says

Error: undefined is not a function (evaluating 'Number.isNaN(delayPercent)')

And the list I am animating does not render.

You're right - Number.isNaN may not be in every browser yet. I've fixed it and released v0.9.3 - thanks for pointing this out.