#Transition:persist on video element

2 messages · Page 1 of 1 (latest)

coarse pier
#

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?

lament verge
#

hi @coarse pier, sorry for the late answer. transition:persist="test-video" should be the right solution. do you have a page where I can take a look at?