FEAT: Faster Border Animation on Submit

When User Submit Registration, border animation rotates 360 degrees every 1 sec.

May seem weird when reset
This commit is contained in:
EvanLin3141
2025-01-29 20:12:46 +00:00
parent 4d9e819b39
commit 06234bcac2
4 changed files with 44 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ export default {
animation: {
moving_text_colour: "moving_text_colour 6s ease-in-out infinite alternate",
moving_bg: 'moving_bg 200s linear infinite',
'border-spin': 'border-spin 7s linear infinite',
'border-spin': 'border-spin linear infinite', // No duration here
},
@@ -24,17 +24,12 @@ export default {
moving_text_colour: {
"0%": { backgroundPosition: "0% 50%" },
"100%": { backgroundPosition: "100% 50%" },
moving_bg: {
'0%': { backgroundPosition: '0% 0%' },
'100%': { backgroundPosition: '100% 0%' },
}
},
'border-spin': {
'100%': {
transform: 'rotate(360deg)',
},
},
},
},
plugins: [