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

    Interface AstKeyFrameRule

    keyframe rule node

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

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location

    location info

    optimized?: OptimizedSelector
    parent?: any

    parent node

    sel: string
    tokens?: Token[]

    prelude or selector tokens

    token type