完成动画后重定向到主页。

编程入门 行业动态 更新时间:2024-10-23 03:19:33
本文介绍了完成动画后重定向到主页。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在页面加载时我需要播放动画, 完成动画后我需要重定向到我的主页。 请有人帮我如何重定向到我的主页。

On page load i need to play an animation, and after completing that animation I need to redirect to my home page. Please anyone help me how to redirect to my home page.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="www.w3/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> <script type="text/javascript" src="html5gallery/html5gallery.js"></script> <script type="text/javascript" src="html5gallery/jquery.js"></script> </head> <body> <form id="form1" runat="server"> <div> <div style="display: none;" class="html5gallery" data-skin="darkness" data-width="480" data-height="272"> <!-- Add videos to Gallery --> <a href="images1/Big_Buck_Bunny.mp4"> <img src="images1/Big_Buck_Bunny.jpg" alt="Big Buck Bunny, Copyright Blender Foundation"></a> <!-- Add Youtube video to Gallery --> <a> <img src="Images/Triangle.jpg" alt="SWF file" /> <object width="425" height="344"> <param name="loop" value="false" /> <embed src="SWF/choudanse7.swf" type="application/x-shockwave-flash" allowscriptaccess="always" name="simplemovie" allowfullscreen="true" width="425" height="344" flashvars="play=false" loop="false"></embed> </object> </a> </div> </div> </form> </body> </html>

推荐答案

你见过这个: stackoverflow/questions/17170406/automatic-page-redirect-with-jquery-after-css-animation [ ^ ]? b $ b 如何:将用户重定向到另一个页面 [ ^ ] 动画后重定向 [ ^ ] [/ EDIT] Have you seen this: stackoverflow/questions/17170406/automatic-page-redirect-with-jquery-after-css-animation[^]? How to: Redirect Users to Another Page[^] Redirect after animation[^] [/EDIT]

更多推荐

完成动画后重定向到主页。

本文发布于:2023-11-15 03:47:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1590864.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:重定向   动画   主页

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!