From e11a3bd18052a7b9e5223aba54af1cd04fe997b9 Mon Sep 17 00:00:00 2001 From: riya Date: Fri, 8 Sep 2017 15:03:48 -0700 Subject: [PATCH] change animation to linear //FREEBIE --- Signal/src/ViewControllers/CallViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/CallViewController.swift b/Signal/src/ViewControllers/CallViewController.swift index 96a7f17db..47882129a 100644 --- a/Signal/src/ViewControllers/CallViewController.swift +++ b/Signal/src/ViewControllers/CallViewController.swift @@ -249,7 +249,7 @@ class CallViewController: OWSViewController, CallObserver, CallServiceObserver, contactNameLabel.type = .continuous // This feels pretty slow when you're initially waiting for it, but when you're overlaying video calls, anything faster is distracting. contactNameLabel.speed = .duration(30.0) - contactNameLabel.animationCurve = .easeInOut + contactNameLabel.animationCurve = .linear contactNameLabel.fadeLength = 10.0 contactNameLabel.animationDelay = 5 // Add trailing space after the name scrolls before it wraps around and scrolls back in.