Skip to content

Instantly share code, notes, and snippets.

@yutannihilation
Last active August 29, 2015 14:13
Show Gist options
  • Save yutannihilation/57c1f1fb4e9aafff0f03 to your computer and use it in GitHub Desktop.
Save yutannihilation/57c1f1fb4e9aafff0f03 to your computer and use it in GitHub Desktop.
Chartist.js params

Animation Parameters

  • begin: delay
  • dur: duration
  • from: the value where the animation should start
  • to: the value where the animation should end
  • easing: the name of an easing function

Easing Functions

  • easeInSine
  • easeOutSine
  • easeInOutSine
  • easeInQuad
  • easeOutQuad
  • easeInOutQuad
  • easeInCubic
  • easeOutCubic
  • easeInOutCubic
  • easeInQuart
  • easeOutQuart
  • easeInOutQuart
  • easeInQuint
  • easeOutQuint
  • easeInOutQuint
  • easeInExpo
  • easeOutExpo
  • easeInOutExpo
  • easeInCirc
  • easeOutCirc
  • easeInOutCirc
  • easeInBack
  • easeOutBack
  • easeInOutBack

Layers

  • opacity
  • x1
  • x2
  • y1
  • y2

Elements

  • label(Line, Bar, Pie)
  • grid (Line, Bar)
  • point(Line)
  • line (Line)
  • bar (Bar)
  • slice(Pie)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment