Skip to content

AnimationType

PavelTychinin edited this page Oct 29, 2021 · 2 revisions

AnimationType class is used for animate objects on location view

You can specify one of the following animations

public enum AnimationType {
    NONE,
    LINEAR,
    CUBIC,
    QUINT,
    SINE,
    ;
}
Clone this wiki locally