Vibrate
Vibrate is an action that produces a vibratory effect on the phone.
Usage
It used to reminding user when they get message or action from any notification.
Action [ Vibrated ]
Simply click the action you want to define and drag components inside.
Vibrated:
It used to define the action when users get to know the phone is vibrated.
Example
If you want to set a timer in total 30s long and vibrating after 20s and at the end. You can use 2 "Timer" component where is first one is 20s and second one is 10s. The logic is showed below. ( ) is used to define the action we selected and [ ] is used to define the properties we set:
Timer [Duration(ms):20] -> (Stopped) -> Vibrate -> (vibrated) -> Timer [Duration(ms):10] -> (Stopped) -> Vibrate