Skip to content

NCAnimationType

PavelTychinin edited this page Nov 15, 2021 · 1 revision

AnimationType class is used for animate objects on location view

You can specify one of the following animations

#import <Foundation/Foundation.h>

typedef NS_ENUM(NSInteger, NCAnimationType)
{
    NCAnimationTypeNone,
    NCAnimationTypeLinear,
    NCAnimationTypeCubic,
    NCAnimationTypeQuint,
    NCAnimationTypeSine,
};
Clone this wiki locally