-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
Resize next element once current element is fully closed #85
Comments
Interesting, thanks for the nice screen recording. I think this could be implemented as an option, let me see what it would take. |
okay cool |
Nathan, First, thanks for all the work on this project. It's a very useful tool and almost exactly what I need. The only major thing missing is exactly what zerochip has mentioned. As the gutter events don't provide any information about which gutter bar is being manipulated or information about which elements are being resized, it's impossible to use the event information to detect this. |
I was just about to post a request for this. Having this would be really awesome. Btw. The panels in redesigned JSFiddle actually use Split.js! Thanks for the awesome lib @nathancahill EDIT If this is even implemented, the current way of uncollapsing would also need to be modified, unless Also having a |
This is high on the feature list. Once I get some bandwidth I'll implement this. |
Fantastic! If there's any way I can help let me know. Is there a way to donate? |
Thanks for asking. I had set up an Open Collective for Split.js here: https://opencollective.com/splitjs/, but never got around to spreading the word. I'll add a link in the readme too. |
Hey @nathancahill, I don't want to put any pressure on this or anything, but do you think you'll be able to spend some time on this ticket in the upcoming days/weeks/months? Thanks a lot for the great lib! |
Hello, All I did is passing a 'recomposed Pair' to the It is working with a boolean option: 'pushingPanes', which I would be happy to rename to follow your coding style. The remaining problem I can see right now, is that sometime you can go a bit to fast and the dragged pair would not resize completely. You may wish to try, see : 'examples/pane-pushes.html' |
Did anything ever get added for this? @nathancahill |
Hi @nathancahill I have a 3 div setup. If for example I'm increasing the right div, I want the mid div to move left when its min width has been reached like codepen does. Mine just stops when it reaches the mid div's min width.

Example of how codepen divs work (screen capture):
The text was updated successfully, but these errors were encountered: