This commit is contained in:
Kovid Goyal 2021-02-05 09:03:39 +05:30
parent cc3b71154d
commit 3fc29e0d11
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -581,9 +581,9 @@ frame. To change the current frame, use the ``c`` key::
This will make the seventh frame in the image with id ``3`` the current frame. This will make the seventh frame in the image with id ``3`` the current frame.
However, client driven animations can be sub-optimal, since the latency between However, client driven animations can be sub-optimal, since the latency between
the two is unknown and variable especially over the network. Also they require the client and terminal is unknown and variable especially over the network.
the client to remain running for the lifetime of the animation, which is not Also they require the client to remain running for the lifetime of the
desirable for cat like utilities. animation, which is not desirable for cat like utilities.
Terminal driven animations are achieved by the client specifying *gaps* (time Terminal driven animations are achieved by the client specifying *gaps* (time
in milliseconds) between frames and instructing the terminal to stop or start in milliseconds) between frames and instructing the terminal to stop or start