这是一个有点奇怪的问题,但我想让一个圆圈(或某种形状)在 iframe 周围反弹,并且只暴露圆圈的内部。
那么我怎么能这样做呢
- 使其不大于圆圈(意味着 iframe 不占用空间)
- 似乎在更大的画布上“弹跳”?
让滚动条使用此代码。现在我只需要做一个反弹功能!
$(document).ready(function() {
$('iframe').contents().find("html, body").animate({ scrollTop: 250 }, { duration: 'medium', easing: 'swing' });
})
感谢http://forum.jquery.com/topic/adjust-the-scroll-position-of-an-iframe