- BREAKING CHANGE: Fix
canBackward
andcanForward
methods. These methods had a bad behaviour. - Add
atStart
andatEnd
attribute to indicate if the scrollbar is at the top or the bottom. - Add
forwardPage
andbackwardPage
methods to move by the inside view distance (generally, this is the comportment of the page up/down). - Give access to the method
scrollToPos
.
- Add more checks to avoid error or division by zero (#1)
- Breaking: rename methods (replace terms
Top
andBottom
byStart
andEnd
, because the scrollbar can be horizontal) - Fix
animate
parameter on differents methods (didn't work as expected) - Add fields (
canScroll
,canForward
,canBackward
)
- Add methods
forward
andbackward
- Initial Release