Package-level declarations
Types
The DisplayHandler
interface defines methods for handling the display and update of values within the notebook.
Functions
Triggers the animation sequence consisting of frames that are produced by the nextFrame function.
Displays all the frames in this iterable, with respect to the delays.
Displays all the frames left in this frames iterator, with respect to the delays.
Displays all the frames in this sequence, with respect to the delays.
Animates a sequence of frames by displaying them with respect to their delays.
Animates a sequence of values with a specified delay between each frame. The first value is displayed without a delay.
Animates an iterable sequence of values, each one (except first) appearing after a specified delay.
Animates a sequence of values by displaying them with specified delay. The first value is displayed without a delay.
Triggers the animation using a chain of frames, beginning with firstFrame and subsequently obtained through the nextFrame function.
Updates the display with the given value.