feat: Creates components for Article Search in Reply [CW-2285] (#7957)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Nithin David Thomas
2023-10-16 15:02:02 +05:30
committed by GitHub
parent f77db4d814
commit b28721e10b
9 changed files with 309 additions and 72 deletions

View File

@@ -138,10 +138,16 @@ module.exports = {
'90%': { transform: 'translateX(-0.375rem)' },
'100%': { transform: 'translateX(0)' },
},
'loader-pulse': {
'0%': { opacity: 0.4 },
'50%': { opacity: 1 },
'100%': { opacity: 0.4 },
},
},
animation: {
...defaultTheme.animation,
wiggle: 'wiggle 0.5s ease-in-out',
'loader-pulse': 'loader-pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',
},
},
plugins: [