At - xkp/Doc GitHub Wiki

Overview

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.

Properties

t: Mandatory, indicates the time, relative to the start of the sequence. in seconds.

Usage

<sequence id="my_sequence">
   <at t="0">
      ...
   </at>
</sequence>
⚠️ **GitHub.com Fallback** ⚠️