jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.3k stars 2.26k forks source link

Fix "Cannot read property 'bounds' of undefined' error" (#437) #522

Closed alexwidua closed 4 years ago

alexwidua commented 4 years ago

This PR is referencing #437 and fixes the Cannot read property 'bounds' of undefined' error (see @mikehohs comment in this issue). The solution was originally proposed by @jlmakes but the issue got closed after there was no response (I guess).

The error occurres when jumping back and forth between pages very quickly in a Vuejs SPA.

jlmakes commented 4 years ago

Thanks for this @alexwidua, appreciate the contribution and that you committed to development :)