jQuery 或 Javascript 动画
我刚刚开始学习 javascript 和 jQuery,需要一些帮助。我试图让一张图片从页面底部(查看器窗口)开始,并以动画或幻灯片(或任何其他效果 - 我目前不太了解)对角线穿过页面到顶部...
该示例是一只蜘蛛沿对角线移动到页面顶部。知道我可以使用什么类型的 javascript/jQuery 函数。任何帮助将不胜感激。谢谢!
I'm just beginning learning javascript and jQuery and need some help. I am trying to get a picture to start at the bottom of the page (of the viewers window) and animate or slide (or any other effect - I am not too knowledgable at this point) diagonally across the page to the top...
The example is a spider diagonally going to the top of the page. Any idea of what type of javascript/jQuery function I can use. Any help would be super appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看
animate
函数。可以很简单:
Look at the
animate
function.Could be as simple as: