gif.js
gif.js copied to clipboard
Is there a way to convert css animation into gif?
You can try using html2canvas. It might not support all the CSS properties you want, or may not work with CSS animation, I don't know. You can check supported CSS properties here: https://html2canvas.hertzen.com/features/
When using html2canvas to intercept CSS animation, only the first screen animation position can be intercepted. It is recommended to use the animejs library to realize animation
👀 try https://github.com/qq15725/dom-vcr