Loop property
The Loop property gets or sets the loop mark for specified track.
Loop
(Track) = True | False
Parameters
-
Track
-
The zero-based track number.
Note
Every animation track has a loop mark. If this mark is True in dynamic track
then GifAnimator will replay the short track during compiling result animation with
the Join method. Otherwise, the track will be stopped on the
lasy frame. If this mark is True in the target track then auto-replayed
gif animation will be created. Otherwise, a new gif animation plays only one time
and stops when last frame is reached.
The default value is True. However, if you read data from existing animated
gif into track, the Loop property is set in accordance with the file data.