I'm creating a script to take videos (via screenshots involving transparency in puppeteer) from animations. For this, I'd like to basically do a loop, update the percentage of the animation (0%, then 1%, 2%…), and take a screenshot for each step. This allows me to have non-realtime rendering, and transparency, compared to a regular scscreencast.
But I can't find how to do that with react-flip-toolkit. Is there a way to set the percentage of the animation manually? If not would you consider adding it to the framework?