9 #import <Foundation/Foundation.h>
12 typedef NS_ENUM(NSInteger, BMKTraceOverlayAnimationEasingCurve) {
13 BMKTraceOverlayAnimationEasingCurveLinear,
14 BMKTraceOverlayAnimationEasingCurveEaseIn,
15 BMKTraceOverlayAnimationEasingCurveEaseOut,
16 BMKTraceOverlayAnimationEasingCurveEaseInOut
19 NS_ASSUME_NONNULL_BEGIN
24 @property (nonatomic, assign) BOOL
animate;
26 @property (nonatomic, assign) NSTimeInterval
delay;
28 @property (nonatomic, assign) NSTimeInterval
duration;
32 @property (nonatomic, assign) CGFloat
toValue;
34 @property (nonatomic, assign) BMKTraceOverlayAnimationEasingCurve
easingCurve;