Stellar icon indicating copy to clipboard operation
Stellar copied to clipboard

Using makeAlpha on 0.66 generates crash

Open ShaharHD opened this issue 8 years ago • 2 comments

Using makeAlpha of 0.66 generates the Unsupport this animation type! (btw, Unsupport is not word ... Do not support this animation type! is better)

Reverting back to 0.65 fixed the issue by using the following in the Podfile pod 'Stellar', :git => 'https://github.com/AugustRush/Stellar', :commit => '5249167900b1eb136ce71543af7817a9fa5535cb'

ShaharHD avatar May 13 '17 06:05 ShaharHD

sorry,but i have fixed this issue, you can check this commit https://github.com/AugustRush/Stellar/commit/7b1c9e5380d4c14e46755611d3794b10c273d504.

AugustRush avatar May 14 '17 06:05 AugustRush

This is how I'm getting the error with 0.66

@IBOutlet weak var imageSplashBackground: UIImageView!

self.imageSplashBackground.makeAlpha(0).duration(0.2)
            .completion() { self.imageSplashBackground.isHidden = true }
            .animate()

ShaharHD avatar May 14 '17 09:05 ShaharHD