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

Unminified Release and dismounting method #155

Open stephenoseiowusu opened 1 year ago

stephenoseiowusu commented 1 year ago

Is it possible to have an unminified realease as well as giving freezeframe a method that dismounts the div/span tag along with any iimage tads that freezeframe creates. The method freezeframe.release isnt working very well. Could someone create a method that allows the removal of all freezeframe dom elements as well as a method for refreshing the freeze frame dom elements. This would be needed when a programmer no longer needs a gif on the webpage and also when a programmer decides to change the gif image freezeframe is attached to.