gl-transitions/gl-transitions

How to use with canvas of `lottie-web`?

wxs77577 opened this issue · 2 comments

I'm using lottie-web to render several lottie json on a canvas, how to make gl-transition works with canvas?

gre commented

are they webgl canvas? not sure if lottie allows that.

no, it just 2d context canvas, but I've worked it out: just create another gl canvas to render gl-transition and draw it back to 2d canvas.