animate property

bool animate
final

Whether multi-frame images, such as GIFs, play automatically.

When false only the first frame is decoded and emitted; the image is frozen there. Defaults to true.

Implementation

final bool animate;