-
public final class TransitionSpec
-
-
Field Summary
Fields Modifier and Type Field Description private final Longoffsetprivate final AnimationTypeanimationTypeprivate final LonganimationDuration
-
Constructor Summary
Constructors Constructor Description TransitionSpec(Long offset, AnimationType animationType, Long animationDuration)
-
Method Summary
Modifier and Type Method Description final LonggetOffset()final AnimationTypegetAnimationType()final LonggetAnimationDuration()-
-
Constructor Detail
-
TransitionSpec
TransitionSpec(Long offset, AnimationType animationType, Long animationDuration)
-
-
Method Detail
-
getAnimationType
final AnimationType getAnimationType()
-
getAnimationDuration
final Long getAnimationDuration()
-
-
-
-