-
public final class CSSKeyframesRuleCSS keyframes rule representation.
-
-
Field Summary
Fields Modifier and Type Field Description private final ValueanimationNameprivate final List<CSSKeyframeRule>keyframes
-
Constructor Summary
Constructors Constructor Description CSSKeyframesRule(Value animationName, List<CSSKeyframeRule> keyframes)
-
Method Summary
Modifier and Type Method Description final Valuecomponent1()final List<CSSKeyframeRule>component2()final CSSKeyframesRulecopy(Value animationName, List<CSSKeyframeRule> keyframes)final ValuegetAnimationName()Animation name. final List<CSSKeyframeRule>getKeyframes()List of keyframes. -
-
Constructor Detail
-
CSSKeyframesRule
CSSKeyframesRule(Value animationName, List<CSSKeyframeRule> keyframes)
-
-
Method Detail
-
component1
final Value component1()
-
component2
final List<CSSKeyframeRule> component2()
-
copy
final CSSKeyframesRule copy(Value animationName, List<CSSKeyframeRule> keyframes)
-
getAnimationName
final Value getAnimationName()
Animation name.
-
getKeyframes
final List<CSSKeyframeRule> getKeyframes()
List of keyframes.
-
-
-
-