topical media & game development

talk show tell print

lib-jquery-plugin-hover-demo.js / js



  jQuery(function() {
      $('ul.links li').ahover();
      $('ul.comics li').ahover({toggleEffect: 'width'});
      $('ul.cards li').ahover({moveSpeed: 100, hoverEffect: function() {
          this
              .css({opacity: 0.99})
              .animate({opacity: 0.5}, 750)
              .animate({opacity: 0.99}, 750)
              .dequeue();
          this.queue(arguments.callee);
      });
      $('ul.letters li').ahover({toggleEffect: 'height', moveSpeed: 75, toggleSpeed: 250});
  });
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.