Class CSSKeyframesRule
- java.lang.Object
-
- org.openqa.selenium.devtools.v109.css.model.CSSKeyframesRule
-
public class CSSKeyframesRule extends java.lang.Object
CSS keyframes rule representation.
-
-
Constructor Summary
Constructors Constructor Description CSSKeyframesRule(Value animationName, java.util.List<CSSKeyframeRule> keyframes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getAnimationName()
Animation name.java.util.List<CSSKeyframeRule>
getKeyframes()
List of keyframes.
-
-
-
Constructor Detail
-
CSSKeyframesRule
public CSSKeyframesRule(Value animationName, java.util.List<CSSKeyframeRule> keyframes)
-
-
Method Detail
-
getAnimationName
public Value getAnimationName()
Animation name.
-
getKeyframes
public java.util.List<CSSKeyframeRule> getKeyframes()
List of keyframes.
-
-