简体   繁体   English

Flex TileList项目翻转效果

[英]Flex TileList item rollover effect

I am using a flex tilelist to display some images. 我正在使用flex拼贴列表显示一些图像。
I want the image being rolled over in tilelist to zoom out a bit. 我希望在tilelist中翻转的图像缩小一点。
I tried itemRollOver property of tilelist but didnt succeed. 我尝试了tilelist的itemRollOver属性,但未成功。
The rollOverEffect property of tilelist zooms out entire tilelist which is not what I want. tilelist的rollOverEffect属性会缩小整个tilelist,这不是我想要的。
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. 您需要为tilelist创建一个自定义项目渲染器。 Listen for the rollover event in this, and do the resize event in it. 在此侦听翻转事件,并在其中进行调整大小事件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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