Class AnimatableTextProperties
- java.lang.Object
-
- com.airbnb.lottie.model.animatable.AnimatableTextProperties
-
public class AnimatableTextProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AnimatableColorValuecolorAnimatableColorValuestrokeAnimatableFloatValuestrokeWidthAnimatableFloatValuetracking
-
Constructor Summary
Constructors Constructor Description AnimatableTextProperties(AnimatableColorValue color, AnimatableColorValue stroke, AnimatableFloatValue strokeWidth, AnimatableFloatValue tracking)
-
-
-
Field Detail
-
color
@Nullable public final AnimatableColorValue color
-
stroke
@Nullable public final AnimatableColorValue stroke
-
strokeWidth
@Nullable public final AnimatableFloatValue strokeWidth
-
tracking
@Nullable public final AnimatableFloatValue tracking
-
-
Constructor Detail
-
AnimatableTextProperties
public AnimatableTextProperties(@Nullable AnimatableColorValue color, @Nullable AnimatableColorValue stroke, @Nullable AnimatableFloatValue strokeWidth, @Nullable AnimatableFloatValue tracking)
-
-