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