标签: javascript jquery css
我正在使用jQuery在父div之间移动图片。这样做有什么办法创建“移动”过渡?
当前JS代码:
$('.myImage').detach().appendTo('#ParentDiv');
CSS:
.myImage { transition: all 2s linear; }