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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -