Vestride / Shuffle

Categorize, sort, and filter a responsive grid of items

Home Page:https://vestride.github.io/Shuffle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not a bug - Is there a way to have it update positions when browser resizing is finished?

bit-pax opened this issue · comments

I noticed it will try to reposition items while the browser is being resized. I was wondering if there's an option for it to only resize when the browser resizing is done?

No, there isn’t a way to disable that. Though you could modify the private resize observer property if you really wanted to

if (this._resizeObserver) {
this._resizeObserver.unobserve(this.element);
this._resizeObserver = null;
}