Highlighter

This commit is contained in:
Ian Gulliver
2024-12-22 14:59:03 -08:00
parent 3ac8302f11
commit 822a4891d0
8 changed files with 122 additions and 25 deletions

View File

@@ -31,21 +31,13 @@ sl-input sl-icon {
cursor: pointer;
}
.highlight {
animation: colorFade 1.5s ease forwards;
.preHighlight {
transition: color 0.3s ease-out;
}
@keyframes colorFade {
0% {
}
5% {
color: var(--sl-color-primary-600);
}
60% {
color: var(--sl-color-primary-600);
}
100% {
}
.highlight {
color: var(--sl-color-primary-600);
transition: color 0.1s ease-in;
}
body {