ImagesBinding does not preserve animation

I'm trying to composite two images using the Cloudflare ImagesBinding, and I've noticed that when the source image is animated (e.g., GIF or animated WebP), the result becomes a static image.

When using the Fetch API, there's an anim property that defaults to true, allowing animations to be preserved. However, it seems that ImagesBinding does not support this property, and I couldn't find any documentation indicating how to retain animations when using this binding.

Is animation currently unsupported in ImagesBinding, or is there a different way to preserve animations during image compositing?
Was this page helpful?