How to change the animation after a delay ?

By default, you get a dialog box to change animation. If you want to change this function and change animation after a delay you must create a section mode in the note configmultisit :

@mode
mode number

Fixed delay

To get a fixed delay between all animations you must have the mode number 5 and you must fill the section temp with the value of the delay :

@mode
5

@temp
20

In this case the delay is 20 seconds. The default value is 10 seconds. So if you dont use the section temp the delay is always 10 seconds.

Random delay

To get a random delay between all animations you must have the mode number 6 and you must fill the section temprange with the range of the delay :

@mode
6

@temp
20|30

In this case the delay is between 20 seconds and 30 seconds. The default values are 5 seconds and 20 seconds. So if you dont use the section temprange the delay is always between 5 seconds and 20 seconds.

If you do not have yet a note configmultisit you must create one by providing information, in addition to the mode and temp section, the section required version that must be at the beginning of the note:

@version
1