Newer
Older
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
Frederik Carlier
committed
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
/// <summary>
/// Enables animation domain notifications.
/// </summary>
[Command(ProtocolName.Animation.Enable)]
Frederik Carlier
committed
[SupportedBy("Chrome")]
public class EnableCommand: ICommand<EnableCommandResponse>
{
}
}