mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update label animations to match cell selection fading and changed table animation speeds to 1.5. Issue #1237
This commit is contained in:
@@ -10,6 +10,8 @@ import RSCore
|
||||
import Account
|
||||
|
||||
struct AppAssets {
|
||||
|
||||
static let layerSpeed: Float = 1.5
|
||||
|
||||
static var accountLocalPadImage: UIImage = {
|
||||
return UIImage(named: "accountLocalPad")!
|
||||
@@ -161,10 +163,6 @@ struct AppAssets {
|
||||
return UIImage(systemName: "star.fill")!
|
||||
}()
|
||||
|
||||
static var timelineBackgroundColor: UIColor = {
|
||||
return UIColor(named: "timelineBackgroundColor")!
|
||||
}()
|
||||
|
||||
static var timelineStarImage: UIImage = {
|
||||
let image = UIImage(systemName: "star.fill")!
|
||||
return image.withTintColor(AppAssets.starColor, renderingMode: .alwaysOriginal)
|
||||
|
||||
Reference in New Issue
Block a user