Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to convert css animation into gif? #138

Open
DaniEzzeddine opened this issue Aug 23, 2021 · 3 comments
Open

Is there a way to convert css animation into gif? #138

DaniEzzeddine opened this issue Aug 23, 2021 · 3 comments

Comments

@DaniEzzeddine
Copy link

No description provided.

@1j01
Copy link

1j01 commented Aug 29, 2021

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/

@dafengxiang
Copy link

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

@qq15725
Copy link

qq15725 commented Jan 10, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants