How to take a CSS animation from a browser, and export a GIF of it?
Posted
by
Truth
on Super User
See other posts from Super User
or by Truth
Published on 2012-06-09T13:56:55Z
Indexed on
2012/06/09
16:42 UTC
Read the original article
Hit count: 248
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?
© Super User or respective owner