@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
AstKeyframesAtRule
Interface AstKeyframesAtRule
keyframe at rule node
interface
AstKeyframesAtRule
{
chi
:
(
AstComment
|
AstKeyframesRule
)
[]
;
loc
?:
Location
;
nam
:
string
;
parent
?:
any
;
tokens
?:
null
|
Token
[]
;
typ
:
KeyframesAtRuleNodeType
;
val
:
string
;
}
Hierarchy (
View Summary
)
BaseToken
AstKeyframesAtRule
Index
Properties
chi
loc?
nam
parent?
tokens?
typ
val
Properties
chi
chi
:
(
AstComment
|
AstKeyframesRule
)
[]
Optional
loc
loc
?:
Location
location info
nam
nam
:
string
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
KeyframesAtRuleNodeType
token type
val
val
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chi
loc
nam
parent
tokens
typ
val
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
keyframe at rule node