mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 14:52:52 +01:00
fix: onload animation tweaks
This commit is contained in:
@@ -112,10 +112,10 @@ const { remarkPluginFrontmatter } = await entry.render();
|
||||
</MainGridLayout>
|
||||
|
||||
<style is:global>
|
||||
#post-container :nth-child(1) { animation-delay: 0ms }
|
||||
#post-container :nth-child(2) { animation-delay: 75ms }
|
||||
#post-container :nth-child(3) { animation-delay: 150ms }
|
||||
#post-container :nth-child(4) { animation-delay: 300ms }
|
||||
#post-container :nth-child(5) { animation-delay: 450ms }
|
||||
#post-container :nth-child(6) { animation-delay: 600ms }
|
||||
#post-container :nth-child(1) { animation-delay: calc(var(--content-delay) + 0ms) }
|
||||
#post-container :nth-child(2) { animation-delay: calc(var(--content-delay) + 50ms) }
|
||||
#post-container :nth-child(3) { animation-delay: calc(var(--content-delay) + 100ms) }
|
||||
#post-container :nth-child(4) { animation-delay: calc(var(--content-delay) + 175ms) }
|
||||
#post-container :nth-child(5) { animation-delay: calc(var(--content-delay) + 250ms) }
|
||||
#post-container :nth-child(6) { animation-delay: calc(var(--content-delay) + 325ms) }
|
||||
</style>
|
||||
Reference in New Issue
Block a user