From 03e90d6e47d915f2fcad16fb65147549cbf45f28 Mon Sep 17 00:00:00 2001 From: jakearchibald Date: Mon, 26 Oct 2009 10:57:32 +0000 Subject: [PATCH] anim: And there's more --- src/anim/anim.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/anim/anim.js b/src/anim/anim.js index 4c83ad9..bbd63be 100644 --- a/src/anim/anim.js +++ b/src/anim/anim.js @@ -731,7 +731,7 @@ @class @description Controls modifying values over time. - You can create an animtion instance using the constructor, or use + You can create an animation instance using the constructor, or use one of the helper methods in {@link glow.anim}. Once you have created your animation instance, you can use @@ -812,7 +812,7 @@ @description Fired when the animation is stopped before its end. If your listener prevents the default action (for instance, - by returning false) the animtion will not be stopped. + by returning false) the animation will not be stopped. @param {glow.events.Event} event Event Object */ @@ -900,7 +900,7 @@ @name glow.anim.Animation#value @type Number @default 0 - @description Current tweened value of the animtion, usually between 0 & 1. + @description Current tweened value of the animation, usually between 0 & 1. The value may become greater than 1 or less than 0 depending on the tween used.