You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a horizontal scrolllayer which is wider than the screen (600 points), but only 150 points high (less than the windowSize). When I do this the scrolllayer always bounces back, even though theres still content to be scrolled.
Code (this sets the height of the content to be 1 less then the winSize):
Nice class, works well, but found a bug.
I'm trying to create a horizontal scrolllayer which is wider than the screen (600 points), but only 150 points high (less than the windowSize). When I do this the scrolllayer always bounces back, even though theres still content to be scrolled.
Code (this sets the height of the content to be 1 less then the winSize):
Expected result:
ScrollLayer should scroll horizontally for a bit as 200 pixels are outside the iphone4s screen
Actual result:
ScrollLayer immediately bounces back.
The text was updated successfully, but these errors were encountered: