重叠的图库

发布于 2024-08-25 07:29:41 字数 322 浏览 3 评论 0原文

具有重叠淡入和淡出效果的图片库???

我正在尝试寻找一个可参考的想法或 Xml Img 的一些代码片段。画廊,我可以在其中使用在显示下一个图像之前“淡入和淡出”的图像。一种重叠,以及淡入和淡出的效果。

**** 上周我已经能够让事情顺利进行,但我对此不太满意,因为它不够顺利!而且 Img 之间也没有那么大的融合。

这是一个画廊的链接,其中有我正在寻找的东西! 链接文本

提前非常感谢。问候阿克特尔

Image Gallery with overlapping Fade In and Fade Out effects ???

I'm trying to find an idea to go by or some code snippet for an Xml Img. gallery where I can use Images which are fading 'In and Out' before showing the next Img. a type of overlapping, and which than again does the fade In and Out thing.

**** I have been able to get things going through the last week, but I'm not too happy with it as it is not smooth enough!, and not that greatly dissolving between Imgs.

Here is a Link of a gallery which has that what I'm looking for !!!
link text

Thanks a lot in advance. regards aktell

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逐鹿 2024-09-01 07:29:41

我还没有尝试过这个。

您可以尝试创建两个重叠的画布吗?

第一个画布中的第一个图像从 alpha 1 渐​​变到 0,第二个图像从 0 渐变到 1。然后第二个图像替换第一个画布中的第一个图像,让位于第二个画布中的第三个图像。

I have not tried this yet.

can you try creating two overlapping canvases.

first image in the first canvas which fades from alpha 1 to 0 and second image fades from 0 to 1. Then second image replaces first one in 1st canvas giving way to third image in second canvas.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文