|
330 | 330 | } |
331 | 331 |
|
332 | 332 | @utility shimmer-text { |
333 | | - background: linear-gradient(90deg, white 0%, rgba(255,255,255,0.5) 50%, white 100%); |
| 333 | + background: linear-gradient(90deg, currentColor 0%, rgba(255,255,255,0.7) 50%, currentColor 100%); |
334 | 334 | background-size: 200% 100%; |
335 | 335 | background-clip: text; |
336 | 336 | -webkit-background-clip: text; |
| 337 | + -webkit-text-fill-color: transparent; |
337 | 338 | animation: shimmer 3s linear infinite; |
338 | 339 | } |
339 | 340 |
|
|
466 | 467 | animation: spin 20s linear infinite; |
467 | 468 | } |
468 | 469 |
|
| 470 | +/* Slide up animations - start visible for better compatibility */ |
469 | 471 | @utility animate-slide-up { |
470 | | - opacity: 0; |
471 | | - animation: slide-up 0.8s ease-out forwards; |
| 472 | + animation: slide-up 0.8s ease-out; |
472 | 473 | } |
473 | 474 |
|
474 | 475 | @utility animate-slide-up-1 { |
475 | | - opacity: 0; |
476 | | - animation: slide-up 0.8s ease-out 0.1s forwards; |
| 476 | + animation: slide-up 0.8s ease-out 0.1s backwards; |
477 | 477 | } |
478 | 478 |
|
479 | 479 | @utility animate-slide-up-2 { |
480 | | - opacity: 0; |
481 | | - animation: slide-up 0.8s ease-out 0.2s forwards; |
| 480 | + animation: slide-up 0.8s ease-out 0.2s backwards; |
482 | 481 | } |
483 | 482 |
|
484 | 483 | @utility animate-slide-up-3 { |
485 | | - opacity: 0; |
486 | | - animation: slide-up 0.8s ease-out 0.3s forwards; |
| 484 | + animation: slide-up 0.8s ease-out 0.3s backwards; |
487 | 485 | } |
488 | 486 |
|
489 | 487 | @utility animate-slide-up-4 { |
490 | | - opacity: 0; |
491 | | - animation: slide-up 0.8s ease-out 0.4s forwards; |
| 488 | + animation: slide-up 0.8s ease-out 0.4s backwards; |
492 | 489 | } |
493 | 490 |
|
494 | 491 | @utility glow-purple { |
|
0 commit comments