Contains Fx.Scroll
Valerio Proietti, http://mad4milk.net
MIT-style license.
| Fx. Scroll.js | Contains Fx.Scroll |
| Fx. Scroll | Scroll any element with an overflow, including the window element. |
| Properties | |
| scrollTo | Scrolls the chosen element to the x/y coordinates. |
| toTop | Scrolls the chosen element to its maximum top. |
| toBottom | Scrolls the chosen element to its maximum bottom. |
| toLeft | Scrolls the chosen element to its maximum left. |
| toRight | Scrolls the chosen element to its maximum right. |
| toElement | Scrolls the specified element to the position the passed in element is found. |
Scroll any element with an overflow, including the window element.
| element | the element to scroll |
| options | same as Fx.Base options. |
| Properties | |
| scrollTo | Scrolls the chosen element to the x/y coordinates. |
| toTop | Scrolls the chosen element to its maximum top. |
| toBottom | Scrolls the chosen element to its maximum bottom. |
| toLeft | Scrolls the chosen element to its maximum left. |
| toRight | Scrolls the chosen element to its maximum right. |
| toElement | Scrolls the specified element to the position the passed in element is found. |