Open Huddie opened 7 years ago
I could be implementing incorrectly but when I set the .animationType it does not take effect. The default animation always occurs.
countDown.countdownDelegate = self countDown.animationType = .Fall countDown.setCountDownDate(targetDate: Date(timeIntervalSince1970: 1504267200) as NSDate) countDown.timeFormat = "M d H:m:ss" countDown.start()
I could be implementing incorrectly but when I set the .animationType it does not take effect. The default animation always occurs.