jQuery切换动画

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery切换动画相关的知识,希望对你有一定的参考价值。

Just leaving this here for my own reference ;)
  1. $(document).ready(function(){
  2.  
  3. $('#clickme').toggle(
  4. function(){
  5. $('#animateme').animate({marginLeft: "250"}, 1000);
  6. },
  7. function(){
  8. $('#animateme').animate({marginLeft: "0"}, 1000);
  9. });
  10. });

以上是关于jQuery切换动画的主要内容,如果未能解决你的问题,请参考以下文章

jQuery 将 div 切片成动画片段

Android 动画嵌套片段

Jquery切换动画点击

jQuery点击切换动画

jQuery演示10种不同的切换图片列表动画效果

jQuery演示10种不同的切换图片列表动画效果