I am in search of a way to create a smooth cursor caret animation effect similar to what can be seen in Visual Studio Code.
Despite my efforts to find a solution through Google, I have yet to come across the answer I was hoping for. If you are unsure about the effect I am referring to, please take a moment to watch this video
This is an effect that I really wish to incorporate into my website.
I attempted to achieve this with the following code:
* {
transition: all 80ms;
}
Unfortunately, it did not produce the desired result :(