Hi @jesper.landberg   Nice use of mix-blend-mode! It looks like @Sahil might have got you going in the right direction.   The thing to understand about the canvas context is that it's more of a graphics API, so there really aren't any built in objects to animate. Whatever properties you want to animate, just make an object with those properties, and animate that object.   One thing to be careful about when using lerp is that it might result in a lot of unnecessary,
    • Like
    6