Skip to content

Commit 70481c7

Browse files
fix: landing packages animation doesn't work (#6795)
1 parent d30164d commit 70481c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/tailwind.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ module.exports = {
587587
"mini-bounce": "mini-bounce 3s ease-in-out infinite",
588588
"dot-waves": "dot-waves 2.5s linear infinite",
589589
"landing-packages-left": "landing-packages-left 65s linear infinite",
590-
"landing-packages-right": "landing-packages-right 25s linear infinite",
590+
"landing-packages-right": "landing-packages-right 65s linear infinite",
591591
"code-scroll": "code-scroll 25s linear infinite",
592592
"beam-spin": "beam-spin 3s linear 1 forwards",
593593
"landing-hero-beam-line":
@@ -801,8 +801,8 @@ module.exports = {
801801
"100%": { transform: "translateX(-50%)" },
802802
},
803803
"landing-packages-right": {
804-
"0%": { transform: "translateX(-100%)" },
805-
"100%": { transform: "translateX(0%)" },
804+
"0%": { transform: "translateX(0)" },
805+
"100%": { transform: "translateX(50%)" },
806806
},
807807
"beam-spin": {
808808
"0%": {

0 commit comments

Comments
 (0)