@cccode/fxr - v31.0.0
    Preparing search index...

    Function RainbowProperty

    • Generates a rainbow color animation property with a configurable duration.

      Parameters

      • duration: number = 4

        How long it takes to go around the entire hue circle in seconds. Defaults to 4 seconds.

      • loop: boolean = true

        Controls whether the animation should loop or not. Defaults to true.

      Returns LinearProperty<[number, number, number, number]>