sdk
sdk
/
com.sygic.sdk.map
/
MapAnimation
/
InterpolationCurve
Interpolation
Curve
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
InterpolationCurve
Functions
Properties
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Properties
Accelerate
Link copied to clipboard
val
Accelerate
:
Int
=
1
This curve causes the animation to accelerate.
Accelerate
Decelerate
Link copied to clipboard
val
AccelerateDecelerate
:
Int
=
3
This curve causes the animation to accelerate first and decelerate at the end.
Bounce
Link copied to clipboard
val
Bounce
:
Int
=
4
This curve will toggle the animation to bounce.
Decelerate
Link copied to clipboard
val
Decelerate
:
Int
=
2
This curve causes the animation to slow down.
Linear
Link copied to clipboard
val
Linear
:
Int
=
0
A linear animation curve causes an animation to occur evenly over its duration.