mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
style: improve animation effects for gsap, view transitions and highlight-hover
This commit is contained in:
parent
653596fc3d
commit
bfe3771571
4 changed files with 10 additions and 10 deletions
|
@ -104,7 +104,7 @@ const filteredHeadings = headings.filter(heading =>
|
|||
|
||||
/* Initial collapsed state with zero height grid row */
|
||||
.accordion-wrapper {
|
||||
--at-apply: 'grid rows-[0fr] transition-all duration-360 ease-in-out';
|
||||
--at-apply: 'grid rows-[0fr] transition-all duration-350 ease-in-out';
|
||||
}
|
||||
.accordion-content {
|
||||
--at-apply: 'max-h-66 overflow-hidden pl-4 pr-6 2xl:(max-h-[calc(100vh-26rem)] pl-1)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue