Class CssKeyListNode

All Implemented Interfaces:
Locatable

public class CssKeyListNode extends CssNodesListNode<CssKeyNode>
A list of nodes that contains only keys (for keyframes). This list is used to apply the same style to different positions in an animation. For example: 0%, 33.3%
  • Constructor Details

    • CssKeyListNode

      public CssKeyListNode()
    • CssKeyListNode

      public CssKeyListNode(CssKeyListNode node)
  • Method Details