We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I adjust the speed of the animation (the time until the alert screen comes to the top or the center of the screen)?
I changed the following code of "SCLAlertView.swift", but it did not change in fact.
// Show animation in the alert view fileprivate func showAnimation(_ animationStyle: SCLAnimationStyle = .topToBottom, animationStartOffset: CGFloat = -400.0, boundingAnimationOffset: CGFloat = 15.0, animationDuration: **TimeInterval = 0.2**)
I am glad if you give me some advice.
The text was updated successfully, but these errors were encountered:
Hmm, strange, for me changing that value actually worked as expected.
Sorry, something went wrong.
No branches or pull requests
How can I adjust the speed of the animation (the time until the alert screen comes to the top or the center of the screen)?
I changed the following code of "SCLAlertView.swift", but it did not change in fact.
// Show animation in the alert view fileprivate func showAnimation(_ animationStyle: SCLAnimationStyle = .topToBottom, animationStartOffset: CGFloat = -400.0, boundingAnimationOffset: CGFloat = 15.0, animationDuration: **TimeInterval = 0.2**)
I am glad if you give me some advice.
The text was updated successfully, but these errors were encountered: