Comments on: Simple Transitions To Improve User Experience http://www.adamflater.net/2008/01/28/simple-transitions-to-improve-user-experience/ Tech, UX, Design Wed, 04 Jan 2012 21:31:56 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Adam Flater - Universal Mind http://www.adamflater.net/2008/01/28/simple-transitions-to-improve-user-experience/#comment-53 Adam Flater - Universal Mind Tue, 29 Jan 2008 19:22:00 +0000 http://www.adamflater.net/?p=26#comment-53 Hi Mark,

Thanks for the comment. This is basically just a parallel effect that combines Fade, Resize, and Move. The effect is applied to a bitmap copy of the components so that Flex doesn’t have to calculate layout at each step. Also, using this technique makes it easier to get a true Fade effect of text, which can be a tricky thing.

I’m not sure if I can release this code, but I’ll find out and post it here if I can.

Feel free to send me an e-mail off line if you’d like. adamflater [at] gmail.com.

thanks
-adam

]]>
By: dobie http://www.adamflater.net/2008/01/28/simple-transitions-to-improve-user-experience/#comment-52 dobie Tue, 29 Jan 2008 19:11:00 +0000 http://www.adamflater.net/?p=26#comment-52 I really like that. I’ve been struggling with how to add transitions to an application w/o them getting annoying, you know like the bounce effect or something like that.

I’m wondering how you did this. Did you use a viewstack or states? Did you use tweener to animate between the different views?

Would you be open to posting the source for your examples? I’d really appreciate them if you did.

Otherwise, you could email me at dobieag01 at gmail dot com.

Later,
Mark

]]>