HBCMS更多的中文手册参考:

apply Method

DHTML文档教程

Captures the initial display of an object's content for a transition.

dhtml语法

object.filters.item(
    "dximagetransform.microsoft.filter-name").apply()

return value

no return value.

remarks

once the apply method is called, changes to the object's properties are not displayed until you call the play method to start the transition.

Note   You must change the style.visibility property for a child element to be part of the transition. otherwise, changes to child element properties are displayed immediately.

when you call the play method, the transition reveals the resulting changes in content (object property and child element style.visibility changes).

applies to

BlendTrans, RevealTrans, Barn, Blinds, Compositor, Fade, GradientWipe, Inset, Iris, Pixelate, RadialWipe, RandomBars, RandomDissolve, Slide, Spiral, Stretch, Strips, Wheel, Zigzag