File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ class TimedAnimation(Animation):
11991199
12001200 repeat_delay : number, optional
12011201 If the animation in repeated, adds a delay in milliseconds
1202- before repeating the animation. Defaults to `None`
1202+ before repeating the animation. Defaults to `None`.
12031203
12041204 repeat : bool, optional
12051205 Controls whether the animation should repeat when the sequence
@@ -1279,9 +1279,9 @@ class ArtistAnimation(TimedAnimation):
12791279 other needed events.
12801280
12811281 artists : list
1282- With each list entry a collection of artists that
1283- represent what needs to be enabled on each frame. These will
1284- be disabled for other frames.
1282+ Each list entry a collection of artists that represent what
1283+ needs to be enabled on each frame. These will be disabled for
1284+ other frames.
12851285
12861286 interval : number, optional
12871287 Delay between frames in milliseconds. Defaults to 200.
You can’t perform that action at this time.
0 commit comments