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

Animation not working without click #59

Closed
omerates760 opened this issue Mar 20, 2022 · 1 comment
Closed

Animation not working without click #59

omerates760 opened this issue Mar 20, 2022 · 1 comment

Comments

@omerates760
Copy link

I want to convert animation to frontend programmatically. I guess this library doesn't support this feature.

@wajahatkarim3
Copy link
Owner

You can trigger the flip animation from the code anywhere using these methods

// Flips the view with or without animation
yourFlipView.flipTheView();
yourFlipView.flipTheView(false);

The boolean parameter tells if the animation should be played or not.

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