19.5.66 set
This element allows the setting of a particular property value to a fixed value while the behavior is active and restores the value when the behavior is reset or turned off.
[Example: For example, suppose we want to set certain properties during an animation effect. The
<p:childTnLst>
<p:set>
<p:cBhvr>
<p:cTn id="6" dur="1" fill="hold"> … </p:cTn>
<p:tgtEl>
<p:spTgt spid="4"/>
</p:tgtEl>
<p:attrNameLst>
<p:attrName>style.visibility</p:attrName>
</p:attrNameLst>
</p:cBhvr>
<p:to>
<p:strVal val="visible"/>
</p:to>
</p:set>
<p:animEffect transition="in" filter="blinds(horizontal)">
…
</p:animEffect>
</p:childTnLst>
end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TLSetBehavior) is located in A.3. end note]
Last updated on