0
votes

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.

1

1 Answers

0
votes

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