Skip to content
Snippets Groups Projects
ReleaseAnimationsCommand.cs 558 B
Newer Older
svatal's avatar
svatal committed
using System;
using System.Collections.Generic;

namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
	/// Releases a set of animations to no longer be manipulated.
	[Command(ProtocolName.Animation.ReleaseAnimations)]
	public class ReleaseAnimationsCommand: ICommand<ReleaseAnimationsCommandResponse>
		/// Gets or sets List of animation ids to seek.
		public string[] Animations { get; set; }