We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5889ab5 commit 1e548fdCopy full SHA for 1e548fd
buttons/buttons.css
@@ -2567,11 +2567,11 @@ a:focus-visible {
2567
}
2568
2569
.arnav-btn-2:hover::after {
2570
- animation: 1s glitch;
+ animation: 1s arnav-btn-2-glitch;
2571
animation-timing-function: steps(2, end);
2572
2573
2574
- @keyframes glitch {
+ @keyframes arnav-btn-2-glitch {
2575
0% {
2576
clip-path: var(--slice-1);
2577
transform: translate(-20px, -10px);
@@ -2616,4 +2616,4 @@ a:focus-visible {
2616
2617
transform: translate(0);
2618
2619
- }
+ }
0 commit comments