display

class janim.anims.display.Display(item: Item, data: Item, **kwargs)

Bases: ItemAnimation

Used 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.data to the data of self.data_orig and returns it, preventing self.data_orig from being accidentally changed