weasel API - v0.8.0
    Preparing search index...

    Interface StaggerOptions

    Options for the top-level Animator.stagger factory form (third overload).

    interface StaggerOptions {
        cancelKey?: string;
    }
    Index

    Properties

    Properties

    cancelKey?: string

    Cancel-key for the supervising registration. animator.cancelKey(key) cancels the whole stagger; animator.isActive(key) returns true while any timer or child is alive.