creating line bend animation

hi,

so i’m drawing a line between two points and i want it to have like a rubber animation to it when it is drawn, like rubber starching…

i thought if i had a curve property to the line i could use it with an outBounce easing, and a transition

to create this effect… 

but sadly i don’t …

do you know of anyway i could crate this effect i’m looking for 

anybody have any idea ?

What sort of line drawing has a “rubber animation”? What part of the drawing process is rubber-like?

Just imagine a wire bend … really streched abd yiu flick it … that.sort.of animation…

That’s either two lines connected at the point the pull is made or a bezier curve.

Then again, you could take a look at this: http://developer.coronalabs.com/code/wellen

Current download: https://dl.dropboxusercontent.com/u/10254959/wellen.zip

anybody have any idea ?

What sort of line drawing has a “rubber animation”? What part of the drawing process is rubber-like?

Just imagine a wire bend … really streched abd yiu flick it … that.sort.of animation…

That’s either two lines connected at the point the pull is made or a bezier curve.

Then again, you could take a look at this: http://developer.coronalabs.com/code/wellen

Current download: https://dl.dropboxusercontent.com/u/10254959/wellen.zip