How to take a CSS animation from a browser, and export a GIF of it?
- by Truth
I have the following CSS3 Animation going on: http://dabblet.com/gist/2884702. It's basically a simulation of a mirror rotating on its x-axis.
Now, I wish to present that in a PowerPoint presentation. Since PowerPoint doesn't have the webkit engine, I want to extract an animated GIF image of that animation, and embed it into my presentation.
The problem? No matter what I've tried, I couldn't make a reasonably smooth animated GIF.
I've Googled and found many free software which claim to do the job, tried several, none worked as expected. I've tried IrfanView, same issue (also their site makes me want to vomit).
So, is there a solution? Or am I doomed to not be able to display it?