swup / js-plugin

A swup plugin for managing animations in JS  🎸
https://swup.js.org/plugins/js-plugin
MIT License
23 stars 5 forks source link

Fix bug on back button where animation isn't found #3

Closed clw8 closed 2 years ago

clw8 commented 4 years ago

Clicking the back button on Chrome gives the following error:

Screenshot 2019-12-09 at 20 40 41

For some reason, when going back the animation isn't found, so the modified code is just to check whether the animation exists before executing the code

jaxtheking commented 3 years ago

I ended up experiencing the same issue after I set animateHistoryBrowsing to false. To reproduce it:

Any chance this fix could be reviewed so that no error is raised?

daun commented 2 years ago

Thanks for your contribution! I'll close this in favor of #18 which solves this in a slightly different way.