Is it possible to implement effects on virtualized itemrenderers? What about if the change in underlying data is based on an ArrayCollection filterFunction?
Basically, I show/hide items based on keywords users type. I would like to fade the items in and out when they are shown/hidden. The show/hide is implemented using a filterFunction on my source ArrayCollection, so the data isn't actually being added/removed. Thoughts? Cheers, Baz

