display¶
- class janim.anims.display.Display(item: Item, data: Item, **kwargs)¶
Bases:
ItemAnimationUsed to mark the data of an item in a specific time-range
Generally produced by
detect_change(), indicating “the item has been changed to this data starting from a specific time”See also:
detect_changes_of_all()- auto_detect = False¶
- apply(data: None, p: ApplyParams) Item¶
Returns the recorded item data
Resets
self.datato the data ofself.data_origand returns it, preventingself.data_origfrom being accidentally changed