We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<fade name="(string)" timeout="time|{expr})">
<anim name="simpleRamp" duration="5s" fadeout="2s"> <track name="t1">0. 1.</track> <send>/address ramp {t1}</send> </anim> <wait countdown="2s"/> <fade name="simpleRamp" countdown="5s"/>
This example starts an animation with a duration of 5 seconds, waits for 2 seconds and then sends the animation a fadeout message.
<fade> sends a 'fadeout' - message to all animations (<anim> , <while>) with the indicated name inside this <que>
When using {expr} inside 'fadeout' the evaluated number is interpreted as milliseconds.