Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
|
|
@ -0,0 +1,11 @@
|
|||
static NSTimeInterval const kMenuViewHideFramesCount = 7.0;
|
||||
static NSTimeInterval const kMenuViewMoveFramesCount = 7.0;
|
||||
|
||||
static inline NSTimeInterval framesDuration(NSTimeInterval const framesCount)
|
||||
{
|
||||
static NSTimeInterval const kFPS = 30.0;
|
||||
static NSTimeInterval const kFrameDuration = 1.0 / kFPS;
|
||||
return kFrameDuration * framesCount;
|
||||
}
|
||||
|
||||
static CGFloat const kViewControlsOffsetToBounds = 4.0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue