Skip to content

Commit

Permalink
- little fix for tween property documentation. (#834)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mootools.net/trunk@1536 4db308c1-fb21-0410-9919-de62e267375e
  • Loading branch information
kamicane authored and subtleGradient committed Jun 9, 2008
1 parent 7f3a516 commit 8ad756b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Fx/Fx.Tween.md
Expand Up @@ -137,7 +137,7 @@ Sets and gets default options for the Fx.Tween instance of an Element.

#### Syntax:

el.get('tween', property[, options]);
el.get('tween', [options]);

#### Arguments:

Expand All @@ -150,7 +150,7 @@ Sets and gets default options for the Fx.Tween instance of an Element.

#### Examples:

el.get('tween', 'opacity', {duration: 'long'}).start(0);
el.get('tween', {property: 'opacity', duration: 'long'}).start(0);

### Notes:

Expand Down

0 comments on commit 8ad756b

Please sign in to comment.