interface IParticleGradientAnimation {
    angle: IParticleNumericValueAnimation;
    colors: IParticleGradientColorAnimation[];
    type: GradientType;
}

Properties

Properties