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.
The when tag's children will activate when the supplied expression is true.
expr: Mandatory, indicates the condition that must be met so the children will activate.
<sequence id="my_sequence"> <when expr="img1.width > 40"> ... </at> </sequence>