jQuery.Animator

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-31 20:59:31

软件介绍

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/

本文地址:https://codercto.com/soft/d/22384.html

爱上Arduino

爱上Arduino

Massimo Banzi / 于欣龙、郭浩赟 / 人民邮电出版社 / 2012-10 / 38.00元

《硬件开源电子设计平台:爱上Arduino(第2版)》全面透彻地介绍了arduino的相关内容,它会给你带来许多项目的点子,并帮助你顺利地实现从开始策划直到完成安装的全过程。由于《硬件开源电子设计平台:爱上Arduino(第2版)》是arduino项目合作创始人massimobanzi所著,其中一定融入了创始人对开源硬件的独到见解。《硬件开源电子设计平台:爱上Arduino(第2版)》内容完全考虑......一起来看看 《爱上Arduino》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具