[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public bool loop { get; set; }
Warning: loop is deprecated since 1.10.
Whether the timeline should automatically rewind and restart.
Use the repeat_count property instead.
As a side effect, setting this property to true
will set the
repeat_count property to -1, while setting this property to false
will set the
repeat_count property to 0.