Uses of Class
org.openqa.selenium.devtools.animation.model.KeyframeStyle
-
Packages that use KeyframeStyle Package Description org.openqa.selenium.devtools.animation.model -
-
Uses of KeyframeStyle in org.openqa.selenium.devtools.animation.model
Methods in org.openqa.selenium.devtools.animation.model that return types with arguments of type KeyframeStyle Modifier and Type Method Description java.util.List<KeyframeStyle>
KeyframesRule. getKeyframes()
List of animation keyframes.Constructor parameters in org.openqa.selenium.devtools.animation.model with type arguments of type KeyframeStyle Constructor Description KeyframesRule(java.lang.String name, java.util.List<KeyframeStyle> keyframes)
-