Skip to content

Commit

Permalink
magzine 首屏关闭动画
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Oct 2, 2024
1 parent ec3ca71 commit 0c08a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/magzine/components/PostItemCardTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') && (
Expand Down

0 comments on commit 0c08a1f

Please sign in to comment.