From: gitgal Date: Tue, 24 Mar 2015 17:07:35 +0000 (+0100) Subject: add all possible easing animations to 00-Getting-Started.md X-Git-Tag: v2.0-alpha~49^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0434b3da868e8ea7b9690f9d406bc349a3fec3;p=thirdparty%2FChart.js.git add all possible easing animations to 00-Getting-Started.md --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 97a7dd757..dad18c3f0 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -83,6 +83,15 @@ Chart.defaults.global = { // String - Animation easing effect animationEasing: "easeOutQuart", + // Possible effects are: + // [easeInOutQuart, linear, easeOutBounce, easeInBack, easeInOutQuad, + // easeOutQuart, easeOutQuad, easeInOutBounce, easeOutSine, easeInOutCubic, + // easeInExpo, easeInOutBack, easeInCirc, easeInOutElastic, easeOutBack, + // easeInQuad, easeInOutExpo, easeInQuart, easeOutQuint, easeInOutCirc, + // easeInSine, easeOutExpo, easeOutCirc, easeOutCubic, easeInQuint, + // easeInElastic, easeInOutSine, easeInOutQuint, easeInBounce, + // easeOutElastic, easeInCubic] + // Boolean - If we should show the scale at all showScale: true,