@nextcloud/files
    Preparing search index...

    Variable Animation

    Animation: {
        prototype: Animation;
        new (
            effect?: null | AnimationEffect,
            timeline?: null | AnimationTimeline,
        ): Animation;
    }

    Type declaration