few more animations

This commit is contained in:
satr14 2025-03-28 10:39:33 +07:00
commit 973262744f
5 changed files with 47 additions and 16 deletions

View file

@ -16,8 +16,8 @@ export default {
},
keyframes: {
scroll: {
'0%': { transform: 'translateX(-100%)' },
'100%': { transform: 'translateX(100%)' },
'0%': { transform: 'translateX(-90%)' },
'100%': { transform: 'translateX(90%)' },
},
},
},