Closed vishal-akg closed 4 years ago
Thanks for submitting. Adding a controller is on the roadmap for the next release.
An early implementation now landed in master. The API might change until the next version will be released. Let me know if you have feedback on this.
Implementation:
controller.animateToHeight(state: PanelState.MAX);
yes recent code changes works as expected! kudos!!
Suppose I want to snap to min when a user presses back button, and back to snap snap max when clicked on different button.