@tbela99/css-parser
    Preparing search index...

    Interface AstKeyFrameRule

    interface AstKeyFrameRule {
        chi: (AstDeclaration | AstComment)[];
        loc?: Location;
        optimized?: OptimizedSelector;
        parent?: AstRuleList;
        raw?: RawSelectorTokens;
        sel: string;
        tokens?: Token[];
        typ: KeyFrameRuleNodeType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location
    optimized?: OptimizedSelector
    parent?: AstRuleList
    sel: string
    tokens?: Token[]
    validSyntax?: boolean