marquee completed, others fixing
This commit is contained in:
@@ -15,7 +15,15 @@ export default {
|
||||
},
|
||||
colors: {
|
||||
"text-gradient": '-webkit-linear-gradient(#798FFF, #D375FF)'
|
||||
}, animation: {
|
||||
'infinite-scroll': 'infinite-scroll 25s linear infinite',
|
||||
},
|
||||
keyframes: {
|
||||
'infinite-scroll': {
|
||||
from: { transform: 'translateX(0)' },
|
||||
to: { transform: 'translateX(-100%)' },
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user