public final class AnimateItemCommand extends Command
Modifier and Type | Class and Description |
---|---|
static class |
AnimateItemCommand.Builder |
delay, description, screenLock, sequencer, type, when
Modifier and Type | Method and Description |
---|---|
static AnimateItemCommand.Builder |
builder() |
boolean |
equals(Object o) |
String |
getComponentId()
The ID of the animated component.
|
String |
getDuration()
The duration of the animation (in milliseconds).
|
String |
getEasing()
The easing curve.
|
String |
getRepeatCount()
Number of times to repeat.
|
AnimateItemRepeatMode |
getRepeatMode()
Get repeatMode
|
List<AnimatedProperty> |
getValue()
An array of animated properties.
|
int |
hashCode() |
String |
toString() |
getDelay, getDescription, getScreenLock, getSequencer, getType, getWhen
public static AnimateItemCommand.Builder builder()
public String getComponentId()
public String getDuration()
public String getEasing()
public String getRepeatCount()
public AnimateItemRepeatMode getRepeatMode()
public List<AnimatedProperty> getValue()
Copyright © 2023. All rights reserved.