简体   繁体   中英

Flex TileList item rollover effect

I am using a flex tilelist to display some images.
I want the image being rolled over in tilelist to zoom out a bit.
I tried itemRollOver property of tilelist but didnt succeed.
The rollOverEffect property of tilelist zooms out entire tilelist which is not what I want.
I want only the rolled over item to zoom out.
How can I do it.
Please anyone can help me out.

You need to create a custom item renderer for the tilelist. Listen for the rollover event in this, and do the resize event in it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM