change animation to linear

//FREEBIE
pull/1/head
riya 8 years ago committed by Matthew Chen
parent 643f583fa6
commit e11a3bd180

@ -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.

Loading…
Cancel
Save