From d0c600b09809cd1109bad134ba3d7a0efe90afb9 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 3 Nov 2019 17:42:11 -0600 Subject: [PATCH] Set layer speed to 1.0 until we can figure out how to speed it up without stuttering animations --- iOS/AppAssets.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/AppAssets.swift b/iOS/AppAssets.swift index 94ec25bcf..633e5b09e 100644 --- a/iOS/AppAssets.swift +++ b/iOS/AppAssets.swift @@ -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")!