mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Fixed some minor bugs
This commit is contained in:
@@ -102,30 +102,6 @@ module.exports = {
|
||||
dropShadow: {
|
||||
'hover': '2px 2px 0 rgba(0,0,0,0.8)'
|
||||
},
|
||||
keyframes: {
|
||||
pulseGlow: {
|
||||
'0%, 100%': { boxShadow: '0 0 6px rgba(59,130,246,0.3)' },
|
||||
'50%': { boxShadow: '0 0 14px rgba(59,130,246,0.6)' },
|
||||
},
|
||||
pulseGlowRed: {
|
||||
'0%, 100%': { boxShadow: '0 0 6px rgba(239,68,68,0.3)' },
|
||||
'50%': { boxShadow: '0 0 14px rgba(239,68,68,0.6)' },
|
||||
},
|
||||
dropSettle: {
|
||||
'0%': { transform: 'scale(1.15)' },
|
||||
'100%': { transform: 'scale(1)' },
|
||||
},
|
||||
pulseGlowGold: {
|
||||
'0%, 100%': { boxShadow: '0 0 6px rgba(255,193,7,0.4)' },
|
||||
'50%': { boxShadow: '0 0 14px rgba(255,193,7,0.7)' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
'pulse-glow': 'pulseGlow 1.2s ease-in-out infinite',
|
||||
'pulse-glow-red': 'pulseGlowRed 1.2s ease-in-out infinite',
|
||||
'drop-settle': 'dropSettle 0.3s ease-out',
|
||||
'pulse-glow-gold': 'pulseGlowGold 1.5s ease-in-out infinite',
|
||||
},
|
||||
},
|
||||
},
|
||||
safelist: [
|
||||
|
||||
Reference in New Issue
Block a user