Page 1 of 1

Animation during drag

Posted: Thu Aug 23, 2012 6:04 am
by Surbhit29
What kind of animation can be done while an object is being dragged?
I wanted to drag an object to a desired location and during the drag I want to do some animation in it.
What kind of animation is possible during the drag?

Re: Animation during drag

Posted: Thu Aug 23, 2012 3:12 pm
by malte
Mostly up to you. :-)

See constrainRectangularCallback in the docs.

Re: Animation during drag

Posted: Mon Aug 27, 2012 9:05 am
by Surbhit29
Thnx Malte.
Will try that.