Allow controlling the number of loops in icat

This commit is contained in:
Kovid Goyal
2021-02-04 17:47:53 +05:30
parent 8033e9fef5
commit b479510f6c
4 changed files with 50 additions and 22 deletions

View File

@@ -563,7 +563,7 @@ Key Value Default Description
**Keys for animation control**
-----------------------------------------------------------
``s`` Positive integer ``0`` ``1`` - start animation, ``>1`` - stop animation
``s`` Positive integer ``0`` ``1`` - stop animation, ``2`` - run animation, but wait for new frames, ``3`` - run animation
``r`` Positive integer ``0`` The 1-based frame number of the frame that is being affected
``z`` 32-bit integer ``0`` The gap (in milliseconds) of this frame from the next one. A value of
zero is ignored. Negative values create a *gapless* frame.