I am having trouble transitioning a hero video between two pages using Swup.js.
Currently I can transition the video element using a custom class called 'transition-wipe' which changes the width of the video from 50% to 100% on page change, that works fine however the video restarts when the next page is loaded.
Is there a way to pause the video when transitioning and play the next video from where the previous one left off? My intention is for the video to appear dynamic between pages and to play continuously without restarting. I can't seem to find any solutions for this so any suggestions would be greatly appreciated! :)