DKChainableAnimationKit
DKChainableAnimationKit copied to clipboard
crash in Xcode 8.2 , Swift 3.0.2
crash when convert NSArray to [CGFloat].

i make a test

so
it's ok.
I can confirm there's a problem currently with as! [CGFloat]. For me, a line as simple as the following crashes:
myView.animation.makeScale(2).animate(0.2)