I'm trying to implement the transition:persist on a video element but I can't get it to fully work 100%.
So i want the video to 'move' to the position on the new page while keep playing the video.
If I only use the transition:name attribute I can see the video moving/ sliding to the right place on the new page but the video restarts playing.
And then when i use the transition:persist="test-video" attribute (shorthand for transition:name + transition:persist). The video does keep playing but then i don't see it move/ slide.. it only fades.
Also tried with both transition:name + transition:persist but same result.
Does anyone got a working example? Or is this a bug?