margue animation added

This commit is contained in:
Burak Civan
2022-10-17 09:33:09 +03:00
parent 5ae875711e
commit 6e1ee934e9
4 changed files with 57 additions and 2 deletions

7
presets.js vendored
View File

@ -231,6 +231,10 @@ module.exports = {
'0%': { boxShadow: '0 28px 0 -28px #55588b' },
'100%': { boxShadow: '0 28px 0 #55588b' },
},
marquee: {
'0%': { transform: 'translateX(0%)' },
'100%': { transform: 'translateX(-100%)' },
}
},
animation: {
@ -239,7 +243,8 @@ module.exports = {
pulsate: 'pulsate 1500ms ease infinite;',
spin: 'spin 1000ms infinite',
submit: 'submit 0.7s ease alternate infinite',
submit_second: 'submit_second 0.7s ease alternate infinite'
submit_second: 'submit_second 0.7s ease alternate infinite',
marquee: 'marquee 15s linear infinite'
},
transitionProperty: {