Skip to content

Commit

Permalink
refactor: reduce transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Saliovin authored Jan 30, 2025
1 parent e3c3bd9 commit d71b022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/Caret.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
height: 1.1rem;
border-radius: 0.05rem;
background-color: var(--strong-color);
transition: left 0.2s;
transition: left 0.8s;
animation-name: blink;
animation-duration: 0.5s;
animation-iteration-count: infinite;
Expand Down

0 comments on commit d71b022

Please sign in to comment.