Changeset 5914 for trunk/plugins/scrollTo/README.txt
- Timestamp:
- 10/27/08 20:14:12 (2 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/scrollTo/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/scrollTo/README.txt
r4989 r5914 1 jQuery.ScrollTo 1. 31 jQuery.ScrollTo 1.4 2 2 3 3 * Apart from the target and duration, the plugin can receive a hash of settings. Documentation and examples are included in the source file. 4 4 5 5 * 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.8 6 9 7 * The target can be specified as: … … 12 10 * A DOM element, logically child of the element to scroll. 13 11 * 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.16 12 17 13 * The plugin supports relative animations
