Uses of Class
org.openqa.selenium.devtools.animation.model.KeyframesRule
-
Packages that use KeyframesRule Package Description org.openqa.selenium.devtools.animation.model -
-
Uses of KeyframesRule in org.openqa.selenium.devtools.animation.model
Methods in org.openqa.selenium.devtools.animation.model that return KeyframesRule Modifier and Type Method Description KeyframesRule
AnimationEffect. getKeyframesRule()
`AnimationEffect`'s keyframes.Constructors in org.openqa.selenium.devtools.animation.model with parameters of type KeyframesRule Constructor Description AnimationEffect(java.lang.Number delay, java.lang.Number endDelay, java.lang.Number iterationStart, java.lang.Number iterations, java.lang.Number duration, java.lang.String direction, java.lang.String fill, BackendNodeId backendNodeId, KeyframesRule keyframesRule, java.lang.String easing)
-