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

no option to disable fly from top Animation #92

Closed
midhun73s opened this issue Aug 20, 2015 · 2 comments
Closed

no option to disable fly from top Animation #92

midhun73s opened this issue Aug 20, 2015 · 2 comments

Comments

@midhun73s
Copy link

Please add an option to disable the alert presenting animation.

Either add an animation interval parameter or a bool to enable or disable it

self.baseView.frame.origin.y = -400
        UIView.animateWithDuration(animationInterval, animations: {
            self.baseView.center.y = rv.center.y + 15
            self.view.alpha = 1
            }, completion: { finished in
                UIView.animateWithDuration(0.2, animations: {
                    self.baseView.center = rv.center
                })
        })
@vikmeup
Copy link
Owner

vikmeup commented Oct 23, 2015

Feel free to submit pull request

@filmhomage
Copy link
Contributor

filmhomage commented Jun 20, 2016

@midhun73s
version 0.5.9 Support to NoAnimation


Related PR

Added animation options #191

@algrid algrid closed this as completed Oct 25, 2023
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

4 participants