mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 08:18:19 +00:00
7 lines
121 B
Swift
7 lines
121 B
Swift
|
import Foundation
|
||
|
import SwiftUI
|
||
|
|
||
|
struct Constants {
|
||
|
static let overlayAnimation = Animation.linear(duration: 0.2)
|
||
|
}
|