样式动画微调

This commit is contained in:
tangly1024
2023-01-04 17:28:40 +08:00
parent 324dadbbd1
commit bf25721e84
11 changed files with 23 additions and 23 deletions

View File

@@ -8,8 +8,8 @@ const BlogPostCard = ({ post, showSummary }) => {
const showPreview = CONFIG_MATERY.POST_LIST_PREVIEW && post.blockMap
return (
<div
data-aos="fade-up"
data-aos-duration="600"
data-aos="zoom-in"
data-aos-duration="300"
data-aos-easing="ease-in-out"
data-aos-once="false"
data-aos-anchor-placement="top-bottom"
@@ -83,7 +83,7 @@ const BlogPostCard = ({ post, showSummary }) => {
</div>
</div>
);
)
}
export default BlogPostCard