Protected
Optional
dragStatic
prefixedCalls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Optional
context: anyAdd a one-time listener for a given event.
Optional
context: anyRemove all listeners, or those of the specified event.
Optional
event: string | symbolRemove the listeners of a given event.
Optional
fn: (...args: any[]) => voidOptional
context: anyOptional
once: boolean慣性スクロールのレンダリングループを開始する。
コンストラクタ内で自動的に呼び出されるため、通常は直接呼び出す必要はありません。 停止した場合に、再度呼び出すことで慣性スクロールを再開できます。
慣性スクロールのレンダリングループを停止する。
スクロールバーエリアの慣性スクロールを処理するクラス。
** ドラッグ中の処理
慣性スクロール中の操作中断を行う場合、子のボタンはeventMode="dynamic"を設定してください。 "static"を設定すると、ポインターアウトイベントが正常に発生しません。