From c3685be35896e300b33779f14019a72dfd684ba6 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 23 Nov 2024 12:35:23 +0800 Subject: [PATCH] =?UTF-8?q?Hexo=20Card=20=E5=8A=A8=E7=94=BB=E6=9C=89?= =?UTF-8?q?=E7=82=B9=E6=85=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index e6217c8a..47b7f8b8 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -27,7 +27,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { key={post.id} data-aos='fade-up' data-aos-easing='ease-in-out' - data-aos-duration='800' + data-aos-duration='500' data-aos-once='false' data-aos-anchor-placement='top-bottom' id='blog-post-card'