Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using makeAlpha on 0.66 generates crash #21

Open
ShaharHD opened this issue May 13, 2017 · 2 comments
Open

Using makeAlpha on 0.66 generates crash #21

ShaharHD opened this issue May 13, 2017 · 2 comments

Comments

@ShaharHD
Copy link

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'

@AugustRush
Copy link
Owner

sorry,but i have fixed this issue, you can check this commit 7b1c9e5.

@ShaharHD
Copy link
Author

ShaharHD commented May 14, 2017

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants