Bug Tracker

root / trunk / plugins / scrollTo / changes.txt

Revision 4989, 1.9 kB (checked in by aflesler, 6 months ago)

- Adding jQuery.ScrollTo? 1.3.3, along with the 2 demos, changelog, and readme.

Line 
11.3.3
2* Changed the licensing from GPL to GPL+MIT.
3
41.3.2
5* Small improvements to make the code shorter.
6* Removed the last argument received by onAfter as it was the same as the 'this' but jqueryfied.
7
81.3.1
9* Exposed $.scrollTo.window() to get the element that needs to be animated, to scroll the window.
10* Made the code as short as possible.
11* Added option 'over'.
12* Changed the arguments received by onAfter
13
141.3
15* Added semicolon to the start, for safe file concatenation
16* Added a limit check, values below 0 or over the maximum are fixed.
17* Fixed the behavior for Opera, which seemed to react to both changes on <html> and <body>.
18* Now it should work faster, only one of html or body go through all the processing, instead of both for all browsers.
19* The option speed has been renamed to duration.
20* The duration can be specified with a number as 2nd argument, and the rest of the settings as the third ( like $().animate )
21* Remade the demo
22* The border is also reduced, when 'margin' is set to true.
23
241.2.4
25
26* The target can be in the form of { top:x, left:y } allowing different position for each axis.
27* The option 'offset' has been added, to scroll behind or past the target. Can be a number(both axes) or { top:x, left:y }.
28
291.2.3
30
31* Exposed the defaults.
32* Made the callback functions receive more parameters.
33
341.2.2
35
36* Fixed a bug, I didn't have to add the scrolled amount if it was body or html.
37
381.2
39
40* The option 'onafter' is now called 'onAfter'.
41* Two axis can be scrolled together, this is setted with the option 'axis'.
42* In case 2 axis are chosen, the scrolling can be queued: one scrolls, and then the other.
43* There's an intermediary event, 'onAfterFirst' called in case the axis are queued, after the first ends.
44* If the option 'margin' is set to true, the plugin will take in account, the margin of the target(no use if target is a value).
Note: See TracBrowser for help on using the browser.