-
public class AnimatableTextRangeSelectorDefines an animated range of text that should have an [AnimatableTextProperties] applied to it.
-
-
Field Summary
Fields Modifier and Type Field Description public final AnimatableIntegerValuestartpublic final AnimatableIntegerValueendpublic final AnimatableIntegerValueoffsetpublic final TextRangeUnitsunits
-
Constructor Summary
Constructors Constructor Description AnimatableTextRangeSelector(AnimatableIntegerValue start, AnimatableIntegerValue end, AnimatableIntegerValue offset, TextRangeUnits units)
-
-
-
Constructor Detail
-
AnimatableTextRangeSelector
AnimatableTextRangeSelector(AnimatableIntegerValue start, AnimatableIntegerValue end, AnimatableIntegerValue offset, TextRangeUnits units)
-
-