stax-monorepo
    Preparing search index...

    Variable AnimationConst

    Animation: {
        group: () => Effect<AnimationGroup>;
        parallel: (
            count: number,
            options?: GroupOptions,
        ) => Effect<AnimationGroup[]>;
        sequence: (
            count: number,
            options?: GroupOptions,
        ) => Effect<AnimationGroup[]>;
    } = ...

    Group choreography primitives — see ./groups.ts for the full contract.

    Type Declaration

    • Readonlygroup: () => Effect<AnimationGroup>
    • Readonlyparallel: (count: number, options?: GroupOptions) => Effect<AnimationGroup[]>
    • Readonlysequence: (count: number, options?: GroupOptions) => Effect<AnimationGroup[]>