AstKeyFrameRule
interface AstKeyFrameRule {
chi: (AstComment | AstDeclaration | AstInvalidDeclaration)[];
errors?: ErrorDescription[];
loc?: Location;
optimized?: OptimizedSelector;
parent?: any;
raw?: RawSelectorTokens;
sel: string;
state?: any;
tokens?: Token[];
typ: KeyFramesRuleNodeType;
}
chi: (AstComment | AstDeclaration | AstInvalidDeclaration)[];
errors?: ErrorDescription[];
loc?: Location;
optimized?: OptimizedSelector;
parent?: any;
raw?: RawSelectorTokens;
sel: string;
state?: any;
tokens?: Token[];
typ: KeyFramesRuleNodeType;
}
Hierarchy (View Summary)
- BaseToken
- AstNodeStatus
- AstKeyFrameRule
keyframe rule node