Class KeyframeStyle
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.animation.model.KeyframeStyle
-
public class KeyframeStyle extends java.lang.Object
Keyframe Style
-
-
Constructor Summary
Constructors Constructor Description KeyframeStyle(java.lang.String offset, java.lang.String easing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEasing()
`AnimationEffect`'s timing function.java.lang.String
getOffset()
Keyframe's time offset.
-