Newer
Older
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
Frederik Carlier
committed
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
/// <summary>
/// Releases a set of animations to no longer be manipulated.
/// </summary>
[Command(ProtocolName.Animation.ReleaseAnimations)]
Frederik Carlier
committed
[SupportedBy("Chrome")]
public class ReleaseAnimationsCommand: ICommand<ReleaseAnimationsCommandResponse>
{
/// <summary>
/// Gets or sets List of animation ids to seek.
/// </summary>