0

A web question

I've always wanted to create animated 2d videos with web. Can I do it without using external libraries like React?

11th Jul 2025, 4:03 PM
whirl coder ☕
whirl coder ☕ - avatar
3 Respuestas
+ 4
No external libraries at all or just something more "light-weight" than React? You could capture the frames of the animation and then convert them to a gif. Taking screenshots and doing the conversion should be feasible without React, but I haven't a specific library in lind atm.
11th Jul 2025, 4:19 PM
Lisa
Lisa - avatar
0
Lisa Can I just code the characters with css and their speech and movements with js?
12th Jul 2025, 5:47 AM
whirl coder ☕
whirl coder ☕ - avatar
0
Do you mean to record sound? In the end, it just depends on whether we find a library to do that – it shouldn't matter much of it's CSS or a canvas drawing.
12th Jul 2025, 5:56 AM
Lisa
Lisa - avatar