Navigation Menu

Skip to content

Commit

Permalink
Fixes mootools#2121.
Browse files Browse the repository at this point in the history
Addes Fx.options.frames and Fx.options.frameSkip docs.
  • Loading branch information
ibolmo committed Dec 3, 2011
1 parent 8df0b02 commit 28f434c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docs/Fx/Fx.md
Expand Up @@ -24,6 +24,8 @@ Fx Method: constructor {#Fx:constructor}
### Options:

* fps - (*number*: defaults to 50) The frames per second for the transition.
* frames - (*number*) The numbers of frames in the animation, defaults to the duration and fps calculations.
* frameSkip - (*boolean*: defaults to true) If sets to true, it evaluates the current frame based on the current time.
* unit - (*string*: defaults to false) The unit, e.g. 'px', 'em', or '%'. See [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)
Expand Down

0 comments on commit 28f434c

Please sign in to comment.