Is it possible to move the <video> element in the DOM without reloading it?

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?

+4
source share
1 answer

, . DOM , . DOM node , .

, , JS , , , .

+3

All Articles