From f7ed97a33e08d1d4976890292e6361416eb4e832 Mon Sep 17 00:00:00 2001 From: GitGal Date: Tue, 24 Mar 2015 18:17:41 +0100 Subject: [PATCH] Update 00-Getting-Started.md Move Possible effects list above animationEasing --- docs/00-Getting-Started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index dad18c3f0..a6884a4be 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -81,8 +81,6 @@ Chart.defaults.global = { animationSteps: 60, // String - Animation easing effect - animationEasing: "easeOutQuart", - // Possible effects are: // [easeInOutQuart, linear, easeOutBounce, easeInBack, easeInOutQuad, // easeOutQuart, easeOutQuad, easeInOutBounce, easeOutSine, easeInOutCubic, @@ -91,6 +89,7 @@ Chart.defaults.global = { // easeInSine, easeOutExpo, easeOutCirc, easeOutCubic, easeInQuint, // easeInElastic, easeInOutSine, easeInOutQuint, easeInBounce, // easeOutElastic, easeInCubic] + animationEasing: "easeOutQuart", // Boolean - If we should show the scale at all showScale: true, -- 2.47.2