8,804
edits
Jack Mermod (talk | contribs) m (→Name) |
m (→Scale) |
||
Line 338: | Line 338: | ||
===Scale=== | ===Scale=== | ||
A scale animation scales (resizes) an object. | A scale animation scales (resizes) an object. This can be either property-value dependant (first example) or a fixed scale (second example). | ||
<animation> | <animation> | ||
Line 354: | Line 354: | ||
* ?-min: the mimimum scale factor for each axis. If the property value would result in a smaller factor than this setting, the scale animation will hold. | * ?-min: the mimimum scale factor for each axis. If the property value would result in a smaller factor than this setting, the scale animation will hold. | ||
* ?-factor: the scale factor for each axis (factor*property=scale factor). | * ?-factor: the scale factor for each axis (factor*property=scale factor). | ||
<animation> | |||
<type>scale</type> | |||
<x-offset>0.5</x-offset> | |||
<y-offset>0.5</y-offset> | |||
<z-offset>0.5</z-offset> | |||
</animation> | |||
* x.offset: the scale factor. | |||
===Select=== | ===Select=== |