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

    Interface AstKeyframesRule

    keyframe rule node

    interface AstKeyframesRule {
        chi: (AstDeclaration | AstRuleList | AstComment | AstInvalidDeclaration)[];
        loc?: Location;
        optimized?: OptimizedSelector;
        parent?: any;
        raw?: RawSelectorTokens;
        sel: string;
        tokens?: null | Token[];
        typ: KeyFramesRuleNodeType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location

    location info

    optimized?: OptimizedSelector
    parent?: any

    parent node

    sel: string
    tokens?: null | Token[]

    prelude or selector tokens

    token type