class KeyFrames

in global :: Sandbox . UI

Represents a CSS @keyframes rule.


public string Name { get; set; }

Name of the @keyframes rule.

public List<KeyFrames.Block> Blocks

List of keyframes with in the @keyframes rule.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public KeyFrames( )

😔 No documentation found.