FlickingEvents
Events of the Flicking component.
Properties
afterResize
Type: AfterResizeEvent
Event that fires when Flicking's resize is called, after updating the sizes of panels and viewport.
Remarks: See AfterResizeEvent for more details.
beforeResize
Type: BeforeResizeEvent
Event that fires when Flicking's resize is called, before updating the sizes of panels and viewport.
Remarks: See BeforeResizeEvent for more details.
changed
Type: ChangedEvent
Event that fires AFTER the active panel change completes.
Remarks: See ChangedEvent for more details.
holdEnd
Type: HoldEndEvent
Event that fires when user stopped dragging.
Remarks: See HoldEndEvent for more details.
holdStart
Type: HoldStartEvent
Event that fires when user started dragging.
Remarks: See HoldStartEvent for more details.
moveEnd
Type: MoveEndEvent
Event that fires when the movement is finished by user input release or animation end.
Remarks: See MoveEndEvent for more details.
moveStart
Type: MoveStartEvent
Event that fires once before first Flicking.event:move | move event.
Remarks: See MoveStartEvent for more details.
needPanel
Type: NeedPanelEvent
Event that fires when an empty panel area is visible at the edge of viewport.
Remarks: See NeedPanelEvent for more details.
panelChange
Type: PanelChangeEvent
Event that fires when a panel is added or removed.
Remarks: See PanelChangeEvent for more details.
reachEdge
Type: ReachEdgeEvent
Event that fires when camera reaches the maximum/minimum range.
Remarks: See ReachEdgeEvent for more details.
ready
Type: ReadyEvent
Event that fires when Flicking's init() is called.
Remarks: See ReadyEvent for more details.
restored
Type: RestoredEvent
Event that fires AFTER Flicking has returned to currentPanel.
Remarks: See RestoredEvent for more details.
select
Type: SelectEvent
Event that fires when panel is statically click / touched.
Remarks: See SelectEvent for more details.
visibleChange
Type: VisibleChangeEvent
Event that fires when visible panel inside the viewport changes.
Remarks: See VisibleChangeEvent for more details.
willChange
Type: WillChangeEvent
Event that fires BEFORE the active panel changes.
Remarks: See WillChangeEvent for more details.
willRestore
Type: WillRestoreEvent
Event fires BEFORE returning to the current panel when drag doesn't reach threshold.
Remarks: See WillRestoreEvent for more details.