User Guide

Document functions 247
Arguments
scaleAmount A positive floating-point value that specifies the amount of scaling to be
applied to the animation symbol. For example, pass
50 to scale the symbol to 50% of its
current size, and pass
200 to scale it to twice its current size. To specify no scaling, pass 100.
Returns
Nothing.
Description
Sets the scale amount to animate the currently selected animation instance.
See also
dom.convertToAnimSymbol()
dom.setAnimInstanceStartEndOpacity()
Availability
Fireworks 4.
Usage
dom.setAnimInstanceStartEndOpacity(startOpacity, endOpacity)
Arguments
startOpacity and endOpacity Float values between 0 and 100 that specify the starting
and ending opacity of the animation symbol.
Returns
Nothing.
Description
Sets the starting and ending opacity of the currently selected animation symbol.
See also
dom.convertToAnimSymbol()