nicolium: remove unused tailwind animations
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -70,39 +70,9 @@ const config: Config = {
|
||||
greentext: true,
|
||||
}),
|
||||
animation: {
|
||||
'sonar-scale-4': 'sonar-scale-4 3s linear infinite',
|
||||
'sonar-scale-3': 'sonar-scale-3 3s 0.5s linear infinite',
|
||||
'sonar-scale-2': 'sonar-scale-2 3s 1s linear infinite',
|
||||
'sonar-scale-1': 'sonar-scale-1 3s 1.5s linear infinite',
|
||||
enter: 'enter 200ms ease-out',
|
||||
leave: 'leave 150ms ease-in forwards',
|
||||
'text-overflow': 'text-overflow 8s linear infinite',
|
||||
},
|
||||
keyframes: {
|
||||
'sonar-scale-4': {
|
||||
from: { opacity: '0.4', transform: 'scale(1)' },
|
||||
to: { opacity: '0', transform: 'scale(4)' },
|
||||
},
|
||||
'sonar-scale-3': {
|
||||
from: { opacity: '0.4', transform: 'scale(1)' },
|
||||
to: { opacity: '0', transform: 'scale(3.5)' },
|
||||
},
|
||||
'sonar-scale-2': {
|
||||
from: { opacity: '0.4', transform: 'scale(1)' },
|
||||
to: { opacity: '0', transform: 'scale(3)' },
|
||||
},
|
||||
'sonar-scale-1': {
|
||||
from: { opacity: '0.4', transform: 'scale(1)' },
|
||||
to: { opacity: '0', transform: 'scale(2.5)' },
|
||||
},
|
||||
enter: {
|
||||
from: { transform: 'scale(0.9)', opacity: '0' },
|
||||
to: { transform: 'scale(1)', opacity: '1' },
|
||||
},
|
||||
leave: {
|
||||
from: { transform: 'scale(1)', opacity: '1' },
|
||||
to: { transform: 'scale(0.9)', opacity: '0' },
|
||||
},
|
||||
// https://stackoverflow.com/posts/78825869/revisions
|
||||
'text-overflow': {
|
||||
'10%, 90%': { transform: 'translate(0, 0)', left: '0%' },
|
||||
|
||||
Reference in New Issue
Block a user