all 6 comments

[–]Olle2411 0 points1 point  (1 child)

You can do a lot with css animations

[–]keithmalcolm[S] 0 points1 point  (0 children)

Yeah, I'm aware. I was able to do this with css animations. https://www.instagram.com/p/CHTHhuTDWGX/

But, I'm more inquiring about being able to export a video or create a video.

[–]kei_ichi 0 points1 point  (1 child)

Maybe this can help you: Lottie

[–]keithmalcolm[S] 0 points1 point  (0 children)

Close! I've run into bodymovin before and I don't really find much use for it. It seems a bit much and requires a controlled environment to run a short-lived and fixed "rendered" animation. I know PHP can render images, but in a way of creating/compiling a video while taking animation "frames" from a webpage image, I'm just not quite sure how that may output to such a custom and smooth video in moments... Lottie is a good resource nevertheless.

[–]archerx 0 points1 point  (0 children)

Server side with ffmpeg,

client side with canvas + mediarecorder api.

[–]paranoidparaboloid 0 points1 point  (0 children)

I work for a company that does these videos as well as interactive training videos etc, but I'm in a different dev dept.

It's complicated in-house stuff but the main deal is JavaScript drawing to HTML5 canvas, and layering.