Class CSSKeyframesRule

java.lang.Object
com.helger.css.decl.CSSKeyframesRule
All Implemented Interfaces:
ICSSTopLevelRule, ICSSSourceLocationAware, ICSSVersionAware, ICSSWriteable

@NotThreadSafe public class CSSKeyframesRule extends Object implements ICSSTopLevelRule, ICSSVersionAware, ICSSSourceLocationAware
Represents a single @keyframes rule.
Example:
@keyframes identifier { 0% { top: 0; left: 0; } 30% { top: 50px; } }
Author:
Philip Helger