jQuery Plugin Smooth Div Scroll を使用していますが、問題なく動作しますが、スクロールをすぐに開始するのではなく、2 秒後に開始したいと考えています。
これがどのように見えるかです:
<script type="text/javascript">
$(document).ready(function () {
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: "allDirections",
manualContinuousScrolling: true,
autoScrollingMode: "onStart"
});
});
</script>
説明されているすべてのオプションは次のとおりです。 http://www.smoothdivscroll.com/options.html
誰かが簡単に見てもらえますか?残念ながら立ち往生しています。