Angular Common - Utils - fx
An object that serves as a namespace for the methods that are used to animate UI elements.
animate(element, config)
Animates an element.
A Promise that is resolved after animation is completed. It is a native Promise or a jQuery.Promise when you use jQuery.
If you execute element animation before the previous one is completed, the animation is passed to a queue and is executed after the current one finishes.
isAnimating(element)
Checks whether an element is being animated.
The element.
true if the element is being animated; otherwise false.
If you have technical questions, please create a support ticket in the DevExpress Support Center.