Set layer speed to 1.0 until we can figure out how to speed it up without stuttering animations
This commit is contained in:
parent
44533399e6
commit
d0c600b098
|
@ -11,7 +11,7 @@ import Account
|
|||
|
||||
struct AppAssets {
|
||||
|
||||
static let layerSpeed: Float = 1.5
|
||||
static let layerSpeed: Float = 1.0
|
||||
|
||||
static var accountLocalPadImage: UIImage = {
|
||||
return UIImage(named: "accountLocalPad")!
|
||||
|
|
Loading…
Reference in New Issue