Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 460 Bytes

File metadata and controls

9 lines (6 loc) · 460 Bytes

Exposes an object that serves as a namespace for the methods that are used to perform several specified animations at a time.

Exports:

  • default - The TransitionExecutor object

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