blinkIdVerifyPageTransitionKeys
@microblink/blinkid-verify / blinkIdVerifyPageTransitionKeys
Variable: blinkIdVerifyPageTransitionKeys
constblinkIdVerifyPageTransitionKeys: readonly ["FLIP_CARD","MOVE_TOP","MOVE_LEFT","MOVE_RIGHT","MOVE_LAST_PAGE"]
Page transition state keys for BlinkID Verify UI.
Remarks
These states display transition animations and instructions between scanning
different document pages or sides. They are automatically triggered after
successfully capturing a page (PAGE_CAPTURED) and cannot be manually set.
Each transition state corresponds to a specific document type and guides the user to position the document for the next scan:
FLIP_CARD- Instructs user to flip ID card to scan the back sideMOVE_LAST_PAGE- Instructs user to move to passport's last page (barcode)MOVE_TOP- Instructs user to rotate passport to top orientation (0°)MOVE_RIGHT- Instructs user to rotate passport 90° clockwiseMOVE_LEFT- Instructs user to rotate passport 90° counter-clockwise
Automatic flow: After a transition animation completes, the UI automatically advances to the corresponding intro state to begin scanning the next page:
FLIP_CARD→INTRO_BACK_PAGEMOVE_LAST_PAGE→INTRO_LAST_PAGEMOVE_TOP→INTRO_TOP_PAGEMOVE_RIGHT→INTRO_RIGHT_PAGEMOVE_LEFT→INTRO_LEFT_PAGE
See
BlinkIdVerifyPageTransitionKeyfor the union type of these keysgetChainedUiStateKeyfor the automatic state transition logicblinkIdVerifyUiIntroStateKeysfor the intro states that follow transitions