setAnimationType method

  1. @ControllerProps(NodeProps.kAnimationType)
void setAnimationType(
  1. ModalRenderViewModel renderViewModel,
  2. String animationType
)

Implementation

@ControllerProps(NodeProps.kAnimationType)
void setAnimationType(ModalRenderViewModel renderViewModel, String animationType) {
  renderViewModel.animationType = animationType;
}