loosk pretty good on device
This commit is contained in:
parent
8a5a248628
commit
05346d81fa
@ -73,7 +73,6 @@ open class LoadingSpinner: View {
|
||||
class var poses: [Pose] {
|
||||
get {
|
||||
return [
|
||||
// Pose(delay: 0.0, start: 1.250, length: 0.7),
|
||||
Pose(delay: 0.0, start: 0.000, length: 0.7),
|
||||
Pose(delay: 0.7, start: 0.500, length: 0.5),
|
||||
Pose(delay: 0.6, start: 1.000, length: 0.3),
|
||||
@ -82,15 +81,6 @@ open class LoadingSpinner: View {
|
||||
Pose(delay: 0.3, start: 2.250, length: 0.3),
|
||||
Pose(delay: 0.2, start: 2.600, length: 0.5),
|
||||
Pose(delay: 0.2, start: 3.000, length: 0.7)
|
||||
|
||||
// Pose(delay: 0.0, start: 0.000, length: 0.75),
|
||||
// Pose(delay: 0.7, start: 0.500, length: 0.55),
|
||||
// Pose(delay: 0.5, start: 1.000, length: 0.35),
|
||||
// Pose(delay: 0.4, start: 1.500, length: 0.4),
|
||||
// Pose(delay: 0.3, start: 1.875, length: 0.25),
|
||||
// Pose(delay: 0.3, start: 2.250, length: 0.4),
|
||||
// Pose(delay: 0.4, start: 2.600, length: 0.55),
|
||||
// Pose(delay: 0.4, start: 3.000, length: 0.7)
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user