Skip to main content

Animation Engine Reference

GitAscii includes a high-performance SVG animation system that injects CSS @keyframes and SMIL tags (<animate>, <animateTransform>) directly into the SVG header.

Animation Types (AnimationType)


Easing Functions (AnimationEasing)

  • ease
  • ease-in
  • ease-out (Default)
  • ease-in-out
  • linear
  • spring (cubic-bezier(0.175, 0.885, 0.32, 1.275))