feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

Callout: Add hook for custom in and out animations #817

Open camaech opened 10 years ago

camaech commented 10 years ago

Would be nice to have an easy way to animate a Callout. A simple alpha fade or slide from arrow point origin.

harry248 commented 10 years ago

Would love to see this too.

ivan-shaban commented 10 years ago

+1

dkruglik commented 10 years ago

+1

hazardsoft commented 10 years ago

+1

mrkosima commented 10 years ago

+1

vzhalezny commented 10 years ago

+1

samoiloff commented 10 years ago

+over9000

ingen0s commented 10 years ago

come on folks, TweenMax that callout like a champion - works like a charm.

ingen0s commented 10 years ago

_content = Callout.show(contentClass,yadayada,Callout.ARROW_POSITION_LEFT,true); TweenMax.to(_content, 5, {y:500,width: 800 ,height:200 , alpha: .7, ease:Elastic.easeOut});