简体   繁体   English

jQuery启动画面

[英]jQuery splash screen

I'm trying to create a jquery splash screen, I've found a perfect tutorial here: http://tutorialzine.com/2010/11/apple-style-splash-screen-jquery/ but need some help on modifying the script. 我正在尝试创建一个jQuery初始屏幕,我在这里找到了一个完美的教程: http : //tutorialzine.com/2010/11/apple-style-splash-screen-jquery/,但是在修改脚本时需要一些帮助。

Currently if you view it here: http://demo.tutorialzine.com/2010/11/apple-style-splash-screen-jquery/ the text images above the apple image change but I would like to add several images that fade in one after the other but also remain on the screen, unlike the current script in the tutorial it fades in one image and fades out i would like to fade in image#1 wait 2 sec fade in img #2 and so on but keeping each image on the screen. 目前,如果您在此处查看它: http : //demo.tutorialzine.com/2010/11/apple-style-splash-screen-jquery/苹果图像上方的文本图像发生了变化,但我想添加一些渐隐的图像一个接一个,另一个也保留在屏幕上,与本教程中的当前脚本不同,它会淡入一个图像并淡出,我想淡入图像#1中等待2秒,淡入img#2中,依此类推,但要保留每个图像屏幕上。

All help is appreciated. 感谢所有帮助。

$('#foo').slideUp(300).delay(800).fadeIn(400);

A small help 一个小帮助

http://api.jquery.com/delay/ http://api.jquery.com/delay/

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

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