-
-
Notifications
You must be signed in to change notification settings - Fork 2
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.
Below is the details of the VScroll Workflow Inner loop.