Skip to content

Commit

Permalink
anim: And there's more
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Oct 26, 2009
1 parent 8059c35 commit 03e90d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/anim/anim.js
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 03e90d6

Please sign in to comment.