Skip to content

Make Animation.begin() optional #22

@ChrisBarker-NOAA

Description

@ChrisBarker-NOAA

The C lib requires a call to begin the animation, but it requires a firat frame, which is a bit awkward.

We could:

  • add the loops parameter to initializer
  • have .add_frame() check if the animation has begun, and if not, call begin() automatically.

Then users could simply create the Animation, and start adding Frames.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions