effex-monorepo
    Preparing search index...

    Variable AnimationConst

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

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

    Type Declaration