style: improve animation effects for gsap, view transitions and highlight-hover

This commit is contained in:
radishzzz 2025-05-19 02:20:37 +01:00
parent 653596fc3d
commit bfe3771571
4 changed files with 10 additions and 10 deletions

View file

@ -61,7 +61,7 @@ h4:hover .heading-anchor-link svg:hover {
--at-apply: 'origin-bottom-left scale-x-100';
}
.highlight-hover::after {
--at-apply: 'origin-bottom-right scale-x-0 transition-transform duration-150 ease-out lg:duration-300';
--at-apply: 'origin-bottom-right scale-x-0 transition-transform duration-150 ease-out lg:duration-225';
}
/* Fix Highlight Position Issue on iOS */