Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "scroll/scroll-by-internal"

Index

Type aliases

ScrollCallback

ScrollCallback: function

Type declaration

ScrollCanceller

ScrollCanceller: function

スクロール関連メソッドによるスクロールアニメーションをキャンセルするメソッドです。
ユーザーのインタラクション起因の中断の場合、Eventオブジェクトが渡されます。

Type declaration

    • (event?: Event | null, checkCancelable?: undefined | false | true): void
    • Parameters

      • Optional event: Event | null
      • Optional checkCancelable: undefined | false | true

      Returns void

ScrollOptions

ScrollOptions: Partial<ScrollSettings>

ScrollerScrollOptions

ScrollerScrollOptions: Partial<ScrollerScrollSettings>

Variables

Const abortEvents

abortEvents: HTMLElementEventMapKey[] = ['mousedown','wheel','DOMMouseScroll','mousewheel','keyup','touchmove',]

Functions

scroll

Object literals

Const defaultBaseSettings

defaultBaseSettings: object

cancelable

cancelable: true = true

duration

duration: number = 500

easing

easing: "ease" = "ease"

Const defaultSettings

defaultSettings: object

container

  • get container(): Element

Generated using TypeDoc