-1
I have this little animation in javascript, which makes my background move however, this sometimes moves from right to left and has other times that moves from left to right.
How would you ever move from right to left.
Code:
$('#cores').animate({
'background-position-x': cd.position
},{ duration: 6000, 'easing':'easeOutCubic'
Thank you.
What is the
cd.position
?– Sergio
The cd.position is a part that receives via the nodejs socket.
– Gonçalo