Document how to animate the cursor blinking

This commit is contained in:
Kovid Goyal
2024-07-19 09:09:13 +05:30
parent 942cbea4b5
commit 3ff7eb68f8
3 changed files with 20 additions and 4 deletions

View File

@@ -51,6 +51,15 @@ Glossary
features such as viewing images, connecting conveniently to remote
computers, transferring files, inputting unicode characters, etc.
easing function
A function that controls how an animation progresses over time. kitty
support the `CSS syntax for easing functions
<https://developer.mozilla.org/en-US/docs/Web/CSS/easing-function>`__.
Commonly used easing functions are :code:`linear` for a constant rate
animation and :code:`ease-in-out` for an animation that starts slow,
becomes fast in the middle and ends slowly. These are used to control
various animations in kitty, such as :opt:`cursor_blink_interval`.
.. _env_vars:
Environment variables