com.sygic.sdk.map.MapAnimation.InterpolationCurve Interface Reference

Public Attributes

int Linear = 0
 
int Accelerate = 1
 
int Decelerate = 2
 
int AccelerateDecelerate = 3
 
int Bounce = 4
 

Member Data Documentation

◆ Accelerate

int com.sygic.sdk.map.MapAnimation.InterpolationCurve.Accelerate = 1

This curve causes the animation to accelerate.

◆ AccelerateDecelerate

int com.sygic.sdk.map.MapAnimation.InterpolationCurve.AccelerateDecelerate = 3

This curve causes the animation to accelerate first and decelerate at the end.

◆ Bounce

int com.sygic.sdk.map.MapAnimation.InterpolationCurve.Bounce = 4

This curve will toggle the animation to bounce.

◆ Decelerate

int com.sygic.sdk.map.MapAnimation.InterpolationCurve.Decelerate = 2

This curve causes the animation to slow down.

◆ Linear

int com.sygic.sdk.map.MapAnimation.InterpolationCurve.Linear = 0

A linear animation curve causes an animation to occur evenly over its duration.


The documentation for this interface was generated from the following file: