jquery: can i animate the position:absolute to position:relative?

前端 未结 5 1368
时光说笑
时光说笑 2021-02-05 21:39

i have a bunch of images that are positioned absolutely, i want to be able to click a button and have them all animate to where they would normally be on the page if they had th

5条回答
  •  别那么骄傲
    2021-02-05 22:02

    No.

    However, you could check the element's current location (call .position()), set the position to relative, and animate from the original location to the current one.

提交回复
热议问题