Changeset 1358
- Timestamp:
- 04/19/08 03:39:20 (3 months ago)
- Files:
-
- mochikit/trunk/doc/html/MochiKit/Visual.html (modified) (2 diffs)
- mochikit/trunk/doc/rst/MochiKit/Visual.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/trunk/doc/html/MochiKit/Visual.html
r1357 r1358 734 734 <table border="1" class="docutils"> 735 735 <colgroup> 736 <col width=" 21%" />737 <col width=" 79%" />736 <col width="11%" /> 737 <col width="89%" /> 738 738 </colgroup> 739 739 <tbody valign="top"> … … 751 751 </tr> 752 752 <tr><td>wobble</td> 753 <td>A multi-period sine curve transition .</td>753 <td>A multi-period sine curve transition with 4.5 wobbles and ending with one (1).</td> 754 754 </tr> 755 755 <tr><td>pulse</td> 756 <td>A multi-period triangle curve transition .</td>756 <td>A multi-period triangle curve transition with 5 pulses (by default) and ending with zero (0).</td> 757 757 </tr> 758 758 <tr><td>none</td> mochikit/trunk/doc/rst/MochiKit/Visual.rst
r1357 r1358 595 595 reverse A reverse linear transition. 596 596 flicker A sine transition with random additions. 597 wobble A multi-period sine curve transition .598 pulse A multi-period triangle curve transition .597 wobble A multi-period sine curve transition with 4.5 wobbles and ending with one (1). 598 pulse A multi-period triangle curve transition with 5 pulses (by default) and ending with zero (0). 599 599 none A fixed zero (0) value transition. 600 600 full A fixed one (1) value transition.
