mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 16:21:00 +00:00
10 lines
236 B
Swift
10 lines
236 B
Swift
// Copyright © 2020 Metabolist. All rights reserved.
|
|
|
|
import UIKit
|
|
import ViewModels
|
|
|
|
extension AppPreferences {
|
|
var shouldReduceMotion: Bool {
|
|
UIAccessibility.isReduceMotionEnabled && useSystemReduceMotionForMedia
|
|
}
|
|
}
|