문제

I have a C# control that has an scroll.

When a user drag and drop, the scrolls are updated. I would like to animate the drag&drop movement like google maps does. The movement is smoothly animated.

What technique must I use if want to simulate a swipe in the control, and perform a smoothly animated?

도움이 되었습니까?

해결책

What I was looking for was the easing equations: http://www.gizma.com/easing

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top