cancel
Showing results for 
Search instead for 
Did you mean: 

Mask the timer (or horloge)

Former Member
0 Kudos

Hello,

In the visual composer I would know how to mask the small timer (clock) used in the navigation ?

Thank

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Timers in visual composer are mostly used for refresh the connection.The timer may trigger any number of execution flows in the component. Multiple timers, with different intervals, can be used in the same component.To use a timer try the below steps.

1. Drag a timer into visual composer story board.

2. Drag a connection to other element from timer where you like to trigger the event.

3. In timer' s configuration set interval, initial delay, guard condition and event.

Interval - Indicates the frequency, in minutes, that the timer is evaluated.

Initial delay - Delays the start of the timer count according to the amount of time intervals specified.

Guard condition - Enables or disables the component session according to the formula entered.

4. Set event as 'tick'

5. Now deploy the model.

Hope this will help you.

Regards

Basheer