<fade>

Allows an image to be faded in or out rather than appearing or disappearing at once.

<seconds> is the amount of time the fade in or fade out will take, <steps> is the number of steps the image will pass through, and <direction> determines whether it is a fade in or a fade out (accepted values are IN and OUT).

Child of: <image name="">
Parent of: <seconds>, <steps>, <direction>

Example:

<fade>
            <seconds>.5</seconds>
            <steps>25</steps>
            <direction>IN</direction>
</fade>