tzaman
18 Aug 2009, 1:02 PM
Hi, I'm trying to use scrollTo method on a window, and it only 'jumps' to that point, it will not animate (scroll smoothly), like if i use scrollTo on an scrollable object.
My code:
Ext.onReady(function() {
Ext.select('a.button').on('click',function(e,t) {
object = Ext.get(this);
window.scrollTo("b", object.getY()-10, true);
});
});
Can someone help me in achieving a smooth scrolling?
Thanx,Tom
My code:
Ext.onReady(function() {
Ext.select('a.button').on('click',function(e,t) {
object = Ext.get(this);
window.scrollTo("b", object.getY()-10, true);
});
});
Can someone help me in achieving a smooth scrolling?
Thanx,Tom