Skip to content

Commit

Permalink
fix: aos animation error
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Nov 2, 2024
1 parent 34aedf5 commit ebab649
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/css/_animation.styl
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ if hexo-config("animation.enable")
transform: translate3d(0, 30px, 0)

body [data-aos='zoom-in']
transform: scale(0.8)
transform: scale(0.8)

[data-aos^=fade], [data-aos^=zoom]
transition-property: all !important

0 comments on commit ebab649

Please sign in to comment.