MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / hasAnimationCSS

Method hasAnimationCSS

src/gridstack.ts:1461–1461  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1459
1460 /** @internal */
1461 private hasAnimationCSS(): boolean { return this.el.classList.contains('grid-stack-animate') }
1462
1463 /**
1464 * Toggle the grid static state, which permanently removes/add Drag&Drop support, unlike disable()/enable() that just turns it off/on.

Callers 2

updateMethod · 0.95
resizeToContentCheckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected