Haxe API Documentation
Back | Index
extern class js.html.CSSKeyframesRule
extends CSSRule
Available in js
var cssRules(default,null) : CSSRuleList
var name : String
function deleteRule(key : String) : Void
function findRule(key : String) : CSSKeyframeRule
function insertRule(rule : String) : Void
Back | Index