I would like to create an element <video>inside my DOM and then move it to another position without interrupting the playback of this content.
Perhaps in a broader sense, is it possible to move any DOM element without breaking attached events?
Some approaches include using absolute CSS positioning, but is there a way to really update the DOM in a way that does not interrupt playback?
source
share