mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
fixes #001
This commit is contained in:
@@ -12,10 +12,10 @@ import UIKit
|
||||
// Handler for GradientView
|
||||
public class GradientLoadingBar {
|
||||
|
||||
private struct DefaultValues {
|
||||
static let height = 2.5
|
||||
public struct DefaultValues {
|
||||
public static let height = 2.5
|
||||
|
||||
static let durations =
|
||||
public static let durations =
|
||||
Durations(fadeIn: 0.33, fadeOut: 0.66, progress: 3.33)
|
||||
|
||||
// iOS color palette
|
||||
|
||||
Reference in New Issue
Block a user