← Back to Animation domain

Animation.disable

Disables animation domain notifications.

Domain: Animation experimental

Example Request

{
  "id": 1,
  "method": "Animation.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Animation.disable');
console.log(result);