I am using this cloud effect http://solidgiant.com/2011/02/awesome-cloud-effect/ but i want to change the direction of the cloud movement. i want them to move right to left, Can anyone help me with this
i am done with the change in direction as told by Nishchay Sharma, but still one problem is there, the clouds doesnt run in loop.. they just gte stuck when they reach left side 🙁
In clouds.css, change:
to
and in clouds.js change
to
Do the same to
$('#cloud2')and$('#cloud3'). (Change$(..).animate('left')to 0.)Further Addtion
To get the clouds back on the other corner after they complete their animation.
For each
cloudMove(),cloud2Move()andcloud3Move():Change
to
Note: Don’t forget to change the
left:option according to the cloud id.