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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
like with drag and drop animation how can i set them for expand and collapse methods?
The text was updated successfully, but these errors were encountered:
I know it's an old issue. But I solved this by using launchTo() instead of expand()
launchTo()
expand()
Sorry, something went wrong.
could you give me sample code how can i use that?
I know it's an old issue. But I solved this by using launchTo() instead of expand() could you give me sample code how can i use that?
Here u go: _rubberController.launchTo(0, 0.9);
_rubberController.launchTo(0, 0.9);
I highly recommend you to use editor like VSCode, where you can easily inspect the available elements!:)
No branches or pull requests
like with drag and drop animation how can i set them for expand and collapse methods?
The text was updated successfully, but these errors were encountered: