| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
Value |
CSS.setKeyframeKey(String styleSheetId,
SourceRange range,
String keyText)
Modifies the keyframe rule key text.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
CSSKeyframesRule.getAnimationName()
Animation name.
|
Value |
CSSKeyframeRule.getKeyText()
Associated key text.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
SelectorList.getSelectors()
Selectors in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSKeyframesRule.setAnimationName(Value animationName)
Animation name.
|
void |
CSSKeyframeRule.setKeyText(Value keyText)
Associated key text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorList.setSelectors(List<Value> selectors)
Selectors in the list.
|
Copyright © 2020. All rights reserved.