-
Answered: scrollTo(x, y, true) not animating
Answered: scrollTo(x, y, true) not animating
Trying to animate a scroller to a position using the following methods:
scroller.scrollTo(xpos, ypos, true); //moves position, no animation
scroller.scrollTo({x: xpos, y: ypos}, true); //does not work at all
Everything I find suggests one of these methods; any further insights are greatly appreciated.
-
Best Answer Posted by
rdougan
For now you can use scrollToAnimated()
-
Sencha - Sencha Touch Dev Team
For now you can use scrollToAnimated()
-
That worked. Thank you for the quickness!
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us