BPKDuration
@interface BPKDuration : NSObject
BPKDuration is the entry point for the Backpack animation durations. It exposes all the durations as static methods.
-
animationDurationBasefrom the Backpack tokens.Declaration
Objective-C
@property (class, nonatomic, readonly) NSTimeInterval animationDurationBase;Swift
class var animationDurationBase: TimeInterval { get } -
animationDurationSmfrom the Backpack tokens.Declaration
Objective-C
@property (class, nonatomic, readonly) NSTimeInterval animationDurationSm;Swift
class var animationDurationSm: TimeInterval { get } -
animationDurationXsfrom the Backpack tokens.Declaration
Objective-C
@property (class, nonatomic, readonly) NSTimeInterval animationDurationXs;Swift
class var animationDurationXs: TimeInterval { get }
BPKDuration Class Reference