Skip to content

VScroll Workflow

Denis Hilt edited this page Oct 2, 2021 · 3 revisions

The VScroll Workflow is the main part of the logic across the vscroll library. It defines the sequences of the processes that the Scroller super-entity goes through. It's a kind of state machine, where each process could be treated as separate state. The logic of this state machine is implemented completely separate from the other layers and entities: src/workflow-transducer.ts.

The following diagram should help to understand the implementation of the VScroll Workflow transducer.

vscroll v1 4 0 Workflow

Below is the details of the VScroll Workflow Inner loop.

vscroll v1 4 0 Workflow Inner Loop

Clone this wiki locally