setAnimationDuration method
- @ControllerProps(NodeProps.kAnimationDuration)
- ModalRenderViewModel renderViewModel,
- int animationDuration
Implementation
@ControllerProps(NodeProps.kAnimationDuration)
void setAnimationDuration(ModalRenderViewModel renderViewModel, int animationDuration) {
renderViewModel.animationDuration = animationDuration;
}