Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は iScroll 5 を使用しており、カスタム スクロールバーを定義し、interactiveScrollbars を true に設定しています。それは魅力のように機能しますが、フォーカスがないときにスクロールバーを非表示にし、マウスまたはタッチが移動するたびにスクロールバーを表示するように強制します。
fadeScrollbarsオプションを に設定できますtrue。これにより、スクロールバーとインジケーターが使用されていないときにフェードアウトします。
fadeScrollbars
true
var myScroll = new IScroll('#wrapper', { /* iScroll Options */ scrollbars: true, interactiveScrollbars: true, fadeScrollbars: true });