ctrl-freaks / freezeframe.js

freezeframe.js is a library that pauses animated .gifs and enables them to animate on mouse hover / mouse click / touch event, or with trigger / release functions.
http://ctrl-freaks.github.io/freezeframe.js/
MIT License
1.41k stars 110 forks source link

destroy should completely remove all traces of freezeframe.js from DOM #105

Open eballeste opened 2 years ago

eballeste commented 2 years ago

i was looking through the demos and it wasn't clear to me why the current destroy method would limit itself to just removing the event listeners, it seems useless to destroy but leave traces of freezeframe like the play button where a user might be tempted to try to play it again to no effect, not the best in terms of UX.