isShootingButtonAnimate property

bool isShootingButtonAnimate
getter/setter pair

Whether the shootingButton should animate according to the gesture. 拍照按钮是否需要执行动画

This happens when the shootingButton is being long pressed. It will animate for video recording state. 当长按拍照按钮时,会进入准备录制视频的状态,此时需要执行动画。

Implementation

bool isShootingButtonAnimate = false;