Skip to content

v6.2.0

Compare
Choose a tag to compare
@gcotelli gcotelli released this 02 Dec 12:38
674947f

Changelog

  • PR #34 CSS Animations . Thanks @HurrellT
    • CascadingStyleSheetBuilder now support messages to create @keyframe rules
    • Animation related properties were added (animation: animationName: animationDuration: animationTimingFunction: animationIterationCount: animationDirection: animationPlayState: animationDelay: animationFillMode:)
    • New functions:
      • CssRotate & CssRotate3D (rotate() rotateX() rotateY() rotateZ() rotate3d() )
      • CssTranslate (translate() translateX() translateY() translateZ() translate3d())
      • CssScale (scale() scaleX() scaleY() scaleZ() scale3d())
      • CssSkew (skew() skewX() skewY())
      • CssPerspective (perspective())
      • CssSteps (steps())
      • CssCubicBezier (cubic-bezier())
    • Updated tutorial