Patches

Screen

Screen

A group component with realistic material-style transitions. Add any layer inside the screen.

Use the Touch button on the component to get information about the screen’s presentation status.

Screen

  • Enable
  • Present
  • Dismiss
  • Transition
  • Start State
  • Scale
  • Progress
  • Presented
  • Previous Screen Scale

Enable

A boolean that is true when the screen is displayed.

Present

A pulse that presents the screen by animating it in.

Dismiss

A pulse that dismisses the screen by animating it out.

Transition

The animation style: Push or Modal.

Start State

The starting position: Dismissed or Presented.

Scale

A number that represents the scale of the screen.

Progress

A progress value that represents presentation (0 for dismissed, 1 for presented). Used to synchronize other animations.

Presented

A boolean that is true when the screen is presented.

Previous Screen Scale

The scale value for scaling the previous screen down in a Push transition. Connect to the Scale of the previous screen.