React Common - Utils - fx
An object that serves as a namespace for the methods that are used to animate UI elements.
import { fx } from "devextreme/common/core/animation"
Type:
animate(element, config)
Animates an element.
Parameters:
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.