We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vibe-echo
1 parent 6416a65 commit 6a103aeCopy full SHA for 6a103ae
1 file changed
apps/web/src/app/globals.css
@@ -183,11 +183,11 @@ body {
183
}
184
185
.vibe-echo:hover::before {
186
- animation: echo-ring-1 3s ease-out infinite;
+ animation: echo-ring-1 6s ease-out infinite;
187
188
189
.vibe-echo:hover::after {
190
- animation: echo-ring-2 3s ease-out 1s infinite;
+ animation: echo-ring-2 6s ease-out 2s infinite;
191
192
193
/* Smaller echo for buttons */
@@ -217,5 +217,5 @@ body {
217
218
219
.vibe-echo-sm:hover::after {
220
- animation: echo-ring-sm 2.5s ease-out infinite;
+ animation: echo-ring-sm 5s ease-out infinite;
221
0 commit comments