Skip to content

Commit

Permalink
increased animation speed of StyledButton
Browse files Browse the repository at this point in the history
  • Loading branch information
AdLer-Lukas committed Feb 26, 2025
1 parent 3eea6b5 commit 51de1e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ module.exports = {
"50%": { transform: "rotate(1deg)" },
},
buttonTransition: {
"0%, 100%": { transform: "rotate(-5deg)" },
"50%": { transform: "rotate(5deg)" },
"0%, 50%, 100%": {},
"25%": { transform: "rotate(-3deg)" },
"75%": { transform: "rotate(3deg)" },
},
bluetogold: {
"0%, 100%": { border: "1.25rem solid #172d4d" },
Expand Down Expand Up @@ -195,7 +196,7 @@ module.exports = {
loadtilenine: "bluetogoldnine 8s ease-in-out 0s infinite",
loadtileten: "bluetogoldten 8s ease-in-out 0s infinite",
wiggle: "wiggle 2s ease-in-out infinite",
buttonTransition: "buttonTransition 2s ease-in-out infinite",
buttonTransition: "buttonTransition 0.5s linear 8",
},
colors: {
babylonbg: "#33334d", //Babylon Default Hintergrundfarbe
Expand Down

0 comments on commit 51de1e2

Please sign in to comment.