Skip to content

Commit

Permalink
Fix typo in the Fx documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Savageman authored and cpojer committed May 28, 2010
1 parent 353f581 commit a062817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Fx/Fx.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Fx Method: constructor {#Fx:constructor}
* unit - (*string*: defaults to false) The unit, e.g. 'px', 'em', or '%'. See [Element:setStyle](/Element/Element/#Element:setStyle).
* link - (*string*: defaults to ignore) Can be 'ignore', 'cancel' and 'chain'.
* 'ignore' - Any calls made to start while the effect is running will be ignored. (Synonymous with 'wait': true from 1.x)
* 'cancel' - Any calls made to start while the effect is running will take precedence over the currently running transition. The new transition will start immediately, canceling the one that is currently running. (Synonymous with 'wait': false from 1.x)
* 'cancel' - Any calls made to start while the effect is running will take precedence over the currently running transition. The new transition will start immediately, cancelling the one that is currently running. (Synonymous with 'wait': false from 1.x)
* 'chain' - Any calls made to start while the effect is running will be chained up, and will take place as soon as the current effect has finished, one after another.
* duration - (*number*: defaults to 500) The duration of the effect in ms. Can also be one of:
* 'short' - 250ms
Expand Down

0 comments on commit a062817

Please sign in to comment.