Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
Answer Posted / Raj Karan Verma
Creating an effect in Flex means applying a predefined animation or transition to a component. Setting the target of an effect refers to specifying which component will be affected by the effect. On the other hand, adding an EventListener involves writing custom code to handle events and apply changes to components separately from effects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers