JQuery transition from X,Y to X,Y positions -


I have some div that starts with X, Y coordinates for new X, Y coordinates. Actually I use .css () to set up new coordinates, but I want to add a transitional effect.

Anyone have an idea?

Thank you

  $ ('# your-element'). Chetan ({top: '20px', left: '50px'}, 1000);    

Comments