Class CreateVendorPrefixedKeyframes

java.lang.Object
com.google.common.css.compiler.ast.DefaultTreeVisitor
com.google.common.css.compiler.passes.CreateVendorPrefixedKeyframes
All Implemented Interfaces:
AtRuleHandler, CssCompilerPass, CssTreeVisitor

public class CreateVendorPrefixedKeyframes extends DefaultTreeVisitor implements CssCompilerPass
Compiler pass which duplicates @keyframes rules creating browser specific prefixed form. A @keyframes rule preceded by these annotation comment will be duplicated:
  • @gen-webkit-keyframes to generate a @-webkit-keyframes rule.