Update label animations to match cell selection fading and changed table animation speeds to 1.5. Issue #1237

This commit is contained in:
Maurice Parker
2019-11-02 19:57:01 -05:00
parent fd1eb77d88
commit 8fb87a7c87
11 changed files with 97 additions and 100 deletions

View File

@@ -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)