Given n report thumbnails, how do I create a Flex Effect that zooms into the selected report?

Posted by Luis B on Stack Overflow See other posts from Stack Overflow or by Luis B
Published on 2010-05-20T20:06:12Z Indexed on 2010/05/20 20:10 UTC
Read the original article Hit count: 203

Filed under:
|

I am worried about performance issues. If I just render all n reports zoomed out, then that will cost me in performance. Even animating a zoomed out report to zoom in, will also cost me in performance because it has to recalculate all the UIComponent's of my report as it transitions from zoomed out to zoomed in-to view.

Any solutions/suggestions welcome. Let me know if you need clarification.

© Stack Overflow or respective owner

Related posts about flex

Related posts about effects