Bug Tracker

Show
Ignore:
Timestamp:
10/27/08 20:14:12 (2 months ago)
Author:
aflesler
Message:

scrollTo: updating this repo to 1.4.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/scrollTo/README.txt

    r4989 r5914  
    1 jQuery.ScrollTo 1.3 
     1jQuery.ScrollTo 1.4 
    22 
    33* Apart from the target and duration, the plugin can receive a hash of settings. Documentation and examples are included in the source file. 
    44 
    55* If you are interested in animated "same-page-scrolling" using anchors(<a href="#some_id">...), check http://jquery.com/plugins/project/LocalScroll 
    6  
    7 * The plugin no longer depends on Dimensions. 
    86 
    97* The target can be specified as: 
     
    1210    * A DOM element, logically child of the element to scroll. 
    1311    * A hash { top:x, left:y }, x and y can be any kind of number/string like described above. 
    14  
    15 * Appart from $().scrollTo(), the plugin includes $.scrollTo() to scroll the whole screen. They accept the same parameters. 
    1612 
    1713* The plugin supports relative animations