Environments
Description
I was searching for a tool to render a web content that includes compute-heavy css transitions and lots of elements. the real-time performance isn't great, so I was willing to sacrifice time spent per frame to get a smooth. something like fixed delta per frame, no matter how long it take to render the frame, then take screenshots of all frames and create a video out of it.
but as far as I understand, it's just an automated way to record. so it does not render. or does it? honestly I couldn't find a way. the closest I could get was to use puppeteer to manually use fake time but it worked for js and not css transitions ig.
Environments
Description
I was searching for a tool to render a web content that includes compute-heavy css transitions and lots of elements. the real-time performance isn't great, so I was willing to sacrifice time spent per frame to get a smooth. something like fixed delta per frame, no matter how long it take to render the frame, then take screenshots of all frames and create a video out of it.
but as far as I understand, it's just an automated way to record. so it does not render. or does it? honestly I couldn't find a way. the closest I could get was to use puppeteer to manually use fake time but it worked for js and not css transitions ig.