Q:

jquery animation

$( "#clickme" ).click(function() {
  $( "#book" ).animate({
    opacity: 0.25,
    left: "+=50",
    height: "toggle"
  }, 5000, function() {
    // Animation complete.
  });
});
5
$("#Friends").animate({ 
        top: "-=30px",
      }, duration );
1

New to Communities?

Join the community