プレーンな JS で次のものに相当するものは何ですか?
$(window).scroll(function() { });また、スクロールをアニメーション化することも検討しています。
$('html, body').animate({scrollTop:1750}, 'slow');
を使用する必要がありrequestAnimationFrameますか?
http://paulirish.com/2011/requestanimationframe-for-smart-animation/
連続レンダリングではなく、クリックで 1 回アニメーションをトリガーする例はありますか?