Skip to main content
added 274 characters in body
Source Link
Alioooop
  • 465
  • 5
  • 12

Anybody that knows how to make my own scrolling function like fling() or smoothScrollTo()? I have a class that is ScrollView extended but I cant find out how to make this...

I want it to work like fling but backwards, with that I mean instead of slowing down from a given velocity I want it to accelerate from 0 in the same rate as it slows down on fling and then stop scrolling at a given position...

the effect Im aiming at is like the WP7 lockscreen, you throw it off the screen upward, if your scrollview havent scrolled all the way to the end I want it to "fall down" and there for I want it to start at velocity 0 and increase until it hits the start position again.

Anybody that could help me or just point me in the right direction?

Anybody that knows how to make my own scrolling function like fling() or smoothScrollTo()? I have a class that is ScrollView extended but I cant find out how to make this...

I want it to work like fling but backwards, with that I mean instead of slowing down from a given velocity I want it to accelerate from 0 in the same rate as it slows down on fling and then stop scrolling at a given position...

Anybody that could help me or just point me in the right direction?

Anybody that knows how to make my own scrolling function like fling() or smoothScrollTo()? I have a class that is ScrollView extended but I cant find out how to make this...

I want it to work like fling but backwards, with that I mean instead of slowing down from a given velocity I want it to accelerate from 0 in the same rate as it slows down on fling and then stop scrolling at a given position...

the effect Im aiming at is like the WP7 lockscreen, you throw it off the screen upward, if your scrollview havent scrolled all the way to the end I want it to "fall down" and there for I want it to start at velocity 0 and increase until it hits the start position again.

Anybody that could help me or just point me in the right direction?

Source Link
Alioooop
  • 465
  • 5
  • 12

Custom scroll effect for scrollview?

Anybody that knows how to make my own scrolling function like fling() or smoothScrollTo()? I have a class that is ScrollView extended but I cant find out how to make this...

I want it to work like fling but backwards, with that I mean instead of slowing down from a given velocity I want it to accelerate from 0 in the same rate as it slows down on fling and then stop scrolling at a given position...

Anybody that could help me or just point me in the right direction?