antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.89k stars 168 forks source link

Initial size is not calculated correctly #87

Open Popeye4242 opened 4 years ago

Popeye4242 commented 4 years ago

I have created a sample with a long loading component.

When I Enter the page then I see the Splitter being resized during load.

I have already disabled the transition but you can still see the page being resized for a microsecond.

https://github.com/Patrick-Spiegel/SplitpanesDemo

Rajasekhar1989 commented 2 years ago

Hi, I am also facing same issue, when i enter the page then the splitter being resized. How did you disabled the transition.. using CSS works for me. .splitpanes--vertical .splitpanes__pane{ transition: none !important }