'@keyframes slideAnimationBackLarge': {
'0%': { transform: 'translateX(15px)', opacity: 0 },
'100%': { transform: 'translateX(0)', opacity: 1 },
},
'& .iconTwo': {
position: 'absolute',
animation: '$slideAnimationBackLarge 0.4s ',
transition: ' all .4s ease',
opacity: 1,}
I want it like when page/component loads it should not jerk it should be at translateX(0) position by default
There is lack of information that you want animation or not.
Let me know if you have any other requirement