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() |
getProperty
public static AnimatedOpacityProperty.Builder builder()
public String getFrom()
public String getTo()
public boolean equals(Object o)
equals
in class AnimatedProperty
public int hashCode()
hashCode
in class AnimatedProperty
public String toString()
toString
in class AnimatedProperty
Copyright © 2023. All rights reserved.