Replies: 1 comment
|
you cannot, kitty supports the same set of easing functions as CSS, it
does not allow you to paramtetrize their start and ending opacities.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I was trying to configure the blinking cursor to not switch between fully visible and fully invisible. Reading https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/easing-function made me think I could use something like
linear(0.8, 1.0)to have only "blink slightly". No matter what I do, it still goes fully invisible.I'm no web developer. Are css easing functions always from 0 to 1 no matter what? Or does kitty always normalize it back to this?
Any feedback if/how I can achieve a blinking-but-never-quite-invisible cursor is appreciated.
/Daniel
All reactions