mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Add a note about cursor blink animation energy consumption
This commit is contained in:
parent
3ff7eb68f8
commit
705df117fd
1 changed files with 2 additions and 0 deletions
|
|
@ -337,6 +337,8 @@ will cause the cursor blink to be animated over a second, in the first half of t
|
|||
it will go from opaque to transparent and then back again over the next half. You can specify
|
||||
different easing functions for the two halves, for example: :code:`-1 linear ease-out`. kitty
|
||||
supports all the :link:`CSS easing functions <https://developer.mozilla.org/en-US/docs/Web/CSS/easing-function>`.
|
||||
Note that turning on animations uses extra power as it means the screen is redrawn multiple times
|
||||
per blink interval. See also, :opt:`cursor_stop_blinking_after`.
|
||||
'''
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue