We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecd43e commit e4517f1Copy full SHA for e4517f1
apps/desktop/tailwind.config.js
@@ -13,10 +13,15 @@ module.exports = {
13
"0%, 100%": { transform: "translateY(0)" },
14
"50%": { transform: "translateY(-4px)" },
15
},
16
+ shimmer: {
17
+ "0%": { transform: "translateX(-100%)" },
18
+ "100%": { transform: "translateX(100%)" },
19
+ },
20
21
animation: {
22
...baseConfig.theme?.extend?.animation,
23
"gentle-bounce": "gentleBounce 1.5s ease-in-out infinite",
24
+ shimmer: "shimmer 2s ease-in-out infinite",
25
26
27
0 commit comments