class documentation

class TimelineView(View): (source)

Constructor: TimelineView(**kwargs)

View In Hierarchy

Represents a timeline for playing animations.

Parameters
timeline_namethe name of the timeline
total_framesthe total number of frames in the timeline
loopwhether to loop the timeline
Method __init__ Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Method to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source) ΒΆ