@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CSSKeyframesRule")
public class CSSKeyframesRule
extends CSSRule
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
CHARSET_RULE, COUNTER_STYLE_RULE, cssText, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, FONT_PALETTE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, STYLE_RULE, SUPPORTS_RULE| Modifier | Constructor and Description |
|---|---|
protected |
CSSKeyframesRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendRule(java.lang.String rule) |
CSSRuleList |
cssRules() |
void |
deleteRule(java.lang.String select) |
CSSKeyframeRule |
findRule(java.lang.String select) |
parentRule, parentStyleSheet, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="cssRules") @Nonnull public CSSRuleList cssRules()
public void appendRule(@Nonnull
java.lang.String rule)
public void deleteRule(@Nonnull
java.lang.String select)
@Nullable public CSSKeyframeRule findRule(@Nonnull java.lang.String select)