Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 811 Bytes

File metadata and controls

15 lines (10 loc) · 811 Bytes

Exposes methods for working with animation.

Exports:

  • requestAnimationFrame - The requestAnimationFrame method

      require("animation/frame").requestAnimationFrame;
      // ===== or =====
      import { requestAnimationFrame } from "devextreme/animation/frame";
    
  • cancelAnimationFrame - The cancelAnimationFrame method

      require("animation/frame").cancelAnimationFrame;
      // ===== or =====
      import { cancelAnimationFrame } from "devextreme/animation/frame";