Skip to content

Can't change fps without making a timeline #41

Description

@t-makaro

I'm considering an API addition that allows:

anim = amp.Animation([block], fps=fps)

where fps gets passed to the constructor of Timeline when no timeline is passed.

Another option is to allow Timeline to accept an integer for t so one would do:

anim = amp.Animation([block], Timeline(len(block), fps=fps))

cc @TomNicholas Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions