RE: [flexcoders] About effect in Flex4

2009-07-06 Thread Chet Haase
Transitions work just fine in flex4, but you need to declare them in a transitions block (just like in flex3), not in the Declarations block: s:transitions s:Transition fromState=”primary” toState=”secondary” s:Sequence targets=”{[panel1]}” // etc. Note that Blur is not an effect

RE: [flexcoders] About Effect in Flex4

2009-07-06 Thread Chet Haase
both Parallel and Sequence work the same in flex4 as they did in flex3. So this: s:Sequence s:Move/ s:Resize/ /s:Sequence is valid and function in flex4. Chet. From: flexcoders@yahoogroups.com