Apache – Flex Arraycollection filter

apache-flex

I am working in Flex.

I have an arraycollection which is used to fill a tilelist with images.

I am using filter method of arraycollection to filter out certain images from tilelist based on a selected value from combobox.

The issue is that when the images are filtered out they just vanish suddenly.

But I want to give some effect to them when they are filtered out, say slow fade effect or zoom effect. I tried removedEffect, hideEffect etc. but in vain.

Can anyone please help me out.
thanks.

Best Answer

You need to add effects to the TileList, you can see some examples at Using data effects article.

Related Topic