mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
magzine 首屏关闭动画
This commit is contained in:
@@ -18,10 +18,10 @@ const PostItemCardTop = ({ post, showSummary }) => {
|
||||
return (
|
||||
<div
|
||||
key={post.id}
|
||||
data-aos='fade-up'
|
||||
data-aos-duration='300'
|
||||
data-aos-once='false'
|
||||
data-aos-anchor-placement='top-bottom'
|
||||
// data-aos='fade-up'
|
||||
// data-aos-duration='300'
|
||||
// data-aos-once='false'
|
||||
// data-aos-anchor-placement='top-bottom'
|
||||
className='mb-6 max-w-screen-3xl '>
|
||||
<div className='flex flex-col w-full'>
|
||||
{siteConfig('MAGZINE_POST_LIST_COVER') && (
|
||||
|
||||
Reference in New Issue
Block a user