Menu

Pulse

MeduZaPaT

Pulse

This actor type will create an animation that looks like a fading effect.

Parameters

This actor has these parameters:

  • **speed:** Check actor section for more information.
  • **color:** will tint the animation in that color.
  • **direction** Using the parameter direction, you can change the effect in the following way:
    • *Forward:* will do a fade in effect and when the last frame is draw then will turn off and start over.
    • *Backward:* will do a fade out effect and when the last frame is draw then will turn on and start over.
    • *ForwardBouncing:* will generate a fade effect starting will no color and dimming in until is complete on, and then fade out to no color.
    • *BackwardBouncing:* will generate a fade effect starting will full color and dimming off until is complete off, and then fade in to full color again.
  • **mode:** *(optional default: Exponential)* how the pulse will display:
    • *Linear:* Will pulse in a linear mode.
    • *Exponential:* will slowly increase the light.

Example

    <actor
        type="Pulse"
        group="Group name"
        color="White"
        speed="Normal"
        filter="Normal"
        direction="Forward"
    />

Related

Wiki: Animations

MongoDB Logo MongoDB