flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
887 stars 82 forks source link

Print out error when failing to calculate the rangeStart and rangeEnd #233

Closed calinoracation closed 4 months ago

calinoracation commented 4 months ago

Super small bugfixes. I was trying to run the example on the README in my npm'ish branch and there's some other issues (ie: divide by zero exception), but I couldn't see those as the console.warn didn't have the error in scope. This PR just adds catch (e) to 2 places so we can do console.warn('<message>', e).