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

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -