mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
📝 :: Adapt comment
This commit is contained in:
@@ -13,7 +13,7 @@ import Observable
|
||||
class GradientLoadingBarViewModel {
|
||||
// MARK: - Types
|
||||
|
||||
/// This struct contains all infomation that are required for an animated visibility update of the loading bar.
|
||||
/// This struct contains all infomation regarding an animated visibility update of the loading bar.
|
||||
struct AnimatedVisibilityUpdate: Equatable {
|
||||
/// Initialize the struct with values set to zero / hidden.
|
||||
static let immediatelyHidden = AnimatedVisibilityUpdate(duration: 0.0,
|
||||
|
||||
Reference in New Issue
Block a user