双击时移动:el.dblclick(function() { this.animate({ cx: 500, cy: 500, // 最终的属性,动画效果将自动根据最终属性生成 }, 500,"bounce"); // 时间和特效 });