File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ class TimedAnimation(Animation):
1199
1199
1200
1200
repeat_delay : number, optional
1201
1201
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`.
1203
1203
1204
1204
repeat : bool, optional
1205
1205
Controls whether the animation should repeat when the sequence
@@ -1279,9 +1279,9 @@ class ArtistAnimation(TimedAnimation):
1279
1279
other needed events.
1280
1280
1281
1281
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.
1285
1285
1286
1286
interval : number, optional
1287
1287
Delay between frames in milliseconds. Defaults to 200.
You can’t perform that action at this time.
0 commit comments