At - xkp/Doc GitHub Wiki
The at tag will define the time at which its children activate. The tag is useful ehen you need something to happen at a specific point in time.
t: Mandatory, indicates the time, relative to the start of the sequence. in seconds.
<sequence id="my_sequence">
<at t="0">
...
</at>
</sequence>