support
support copied to clipboard
getAnimations is not available in Salesforce
Used by all Grid components in unreleased code. Crashes in SalesForce. Needs an override.
Located in Widget.js executeAndAwaitAnimations and used by GridBase runWithTransition
Override created in https://github.com/bryntum/bryntum-suite/pull/8566 that prevents crash, but does not fix the animations issue.
element.getAnimations is used in more places throughout the code base.