首页 > 其他 > 详细

animate和scrollTop的使用

时间:2014-06-13 13:24:26      阅读:497      评论:0      收藏:0      [点我收藏+]

// 平滑滚动到ola结果位置
var scrollHeight = $("#wrap_div")[0].scrollHeight;
var curDivHeight = $("#"+userResultId).height();
$("#wrap_div").animate({scrollTop: (scrollHeight-curDivHeight+230)+"px"}, 500);

 

$this.animate({height: h}, 1000,function(){$("#wrap_div").animate({scrollTop: (scrollHeight-curDivHeight-180)+"px"}, 500);});

animate和scrollTop的使用,布布扣,bubuko.com

animate和scrollTop的使用

原文:http://www.cnblogs.com/Wen-yu-jing/p/3772092.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!