AnimationDirection
The enumeration over all possible animation direction values.
namespace AngleSharp.Dom.Css
{
public enum AnimationDirection : byte
{
Normal,
Alternate,
Reverse,
AlternateReverse
}
}