From 05346d81fac604660c5a64d02de309ca1dc7f3f5 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Fri, 22 May 2020 16:13:01 -0400 Subject: [PATCH] loosk pretty good on device --- MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift b/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift index 9842ce5a..4a82793b 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift @@ -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) ] } }