public final class AnimatedOpacityProperty extends AnimatedProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimatedOpacityProperty.Builder |
property| Modifier and Type | Method and Description |
|---|---|
static AnimatedOpacityProperty.Builder |
builder() |
boolean |
equals(Object o) |
String |
getFrom()
The starting value of the property.
|
String |
getTo()
The ending value of the property.
|
int |
hashCode() |
String |
toString() |
getPropertypublic static AnimatedOpacityProperty.Builder builder()
public String getFrom()
public String getTo()
public boolean equals(Object o)
equals in class AnimatedPropertypublic int hashCode()
hashCode in class AnimatedPropertypublic String toString()
toString in class AnimatedPropertyCopyright © 2023. All rights reserved.