jQuery.Animator
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/jqueryanimator
软件介绍
A easy way to create animations with jQuery
This plugin provide a easy way to create animations with jQuery and using the central timer from jQuery you don't overload your pages and get the best experience with animations.
<div id="Walker" style="position: relative;left: 0;width: 100px;height: 50px;background: #000;color: #fff">Animation Test</div>
<script language="JavaScript">
<!--
function AnimateWalker(Walker, GoEnd){
// Left Walk 1 by 1
newLeft = parseInt(Walker.css("left")) + 1;
// Check GoEnd is true to go to end of the animation
if(GoEnd) newLeft = 400;
Walker.css("left", newLeft);
// if the setup left keep less then 400 whe continue the animation
return (newLeft < 400);
}
$(function(){
$("#Walker").animator(10, AnimateWalker);
});
//-->
</script>
Plugin page:
http://gsaraiva.projects.pro.br/?page_id=44
My site, I use jQuery.Animator ^^
http://gsaraiva.projects.pro.br/
爱上Arduino
Massimo Banzi / 于欣龙、郭浩赟 / 人民邮电出版社 / 2012-10 / 38.00元
《硬件开源电子设计平台:爱上Arduino(第2版)》全面透彻地介绍了arduino的相关内容,它会给你带来许多项目的点子,并帮助你顺利地实现从开始策划直到完成安装的全过程。由于《硬件开源电子设计平台:爱上Arduino(第2版)》是arduino项目合作创始人massimobanzi所著,其中一定融入了创始人对开源硬件的独到见解。《硬件开源电子设计平台:爱上Arduino(第2版)》内容完全考虑......一起来看看 《爱上Arduino》 这本书的介绍吧!
