Replies: 1 comment 5 replies
-
Hi @ljilekor, This reminds me of #4034, which demonstrated something very similar just recently. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi everybody.
I'm looking for a generalized way to implement 'Custom Animated Drawers'.
Since the drawer objects are top-level only and are not animated a custom solution seems appropriate.
It would also be a plus if the user can adjust the width of the custom-drawer by dragging (cfr splitter)
Here is the minimal example code :
Is there a way to keep everything purely on the client side e.g. ___.on('click', js_handler='''() => {...}''')
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions