tsParticles - v4.0.0-beta.12
    Preparing search index...

    HSL channel animation settings.

    interface IHslAnimation {
        h: IColorAnimation;
        l: IColorAnimation;
        s: IColorAnimation;
    }

    Implemented by

    Index

    Properties

    h l s

    Properties

    Animation for hue.

    Animation for lightness.

    Animation for saturation.