Changeset 1358

Show
Ignore:
Timestamp:
04/19/08 03:39:20 (3 months ago)
Author:
cederberg@gmail.com
Message:

Doc fixes for MochiKit.Visual.wobble and pulse from Christoph Zwerschke.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/trunk/doc/html/MochiKit/Visual.html

    r1357 r1358  
    734734<table border="1" class="docutils"> 
    735735<colgroup> 
    736 <col width="21%" /> 
    737 <col width="79%" /> 
     736<col width="11%" /> 
     737<col width="89%" /> 
    738738</colgroup> 
    739739<tbody valign="top"> 
     
    751751</tr> 
    752752<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> 
    754754</tr> 
    755755<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> 
    757757</tr> 
    758758<tr><td>none</td> 
  • mochikit/trunk/doc/rst/MochiKit/Visual.rst

    r1357 r1358  
    595595    reverse     A reverse linear transition. 
    596596    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)
    599599    none        A fixed zero (0) value transition. 
    600600    full        A fixed one (1) value transition.