Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

File metadata and controls

9 lines (6 loc) · 334 Bytes

Exposes an object that serves as a namespace for the methods that are used to animate UI elements.

Exports:

  • default - The fx object

      require("animation/fx");
      // ===== or =====
      import fx from "devextreme/animation/fx";