On the page are all new pages for familiarizing yourself with the macro , when you click these dots left up and up one after another, the video plays in the opposite direction, too. But Chrome or Firefox do not support the negative playbackRate property, and there seems to be no other back-recorded video.
I found a solution last night.
var video = document.getElementByID("video"); video.currentTime = 10; video.pause(); function reverse() { video.currentTime -= 0.01; setInterval(reverse,10); }
Source: https://habr.com/ru/post/1534272/More articles:Conditionally upload domestic assets to Meteor - meteorCA1804 code analysis error occurs intermittently - c #FORFILES with spaces in the path - batch-fileMeteor loads external scripts conditionally - meteorWindows PowerShell Gives Password in Enter-PSSession Command - windowsSingleResult is not serialized in the web API when a key is requested - odataHow to send GPS location (Latitude, Longitude) in the query bar? - androidInclusion of external script in Meteor - javascript-eventsProblems with UIActivityItemProvider after sharing with AirDrop - iosError Code Handling - error-handlingAll Articles