mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Set layer speed to 1.0 until we can figure out how to speed it up without stuttering animations
This commit is contained in:
@@ -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")!
|
||||
|
||||
Reference in New Issue
Block a user