Top "Jquery-animate" questions

Refers to jQuery's animate() method.

Animate jQuery scrolltop

I have a scrollTop function in jQuery but I can't animate it. Is it possible? $(".loadmore").click(function() { $(this).toggleClass("…

jquery jquery-ui jquery-animate scrolltop
How to create continuous scrolling content using Jquery .animate() function?

Possible Duplicate: Implementing circular scroller in jquery I want to create vertical scroller, which will work exactly like marquee. But …

javascript jquery jquery-animate marquee scroller
Detect when scrollbar reaches top of div?

I'm trying to animate a boxShadow on the scroll event of my #container div. Everything works except I can't figure …

javascript jquery scroll jquery-animate
In jQuery, how do I animate the "max-height" CSS property?

I can easily animate the "opacity" property $("#blah").animate({ opacity: 0.5}, 1000); How can I animate the max-height css property... example: $("#blah").…

jquery css jquery-animate
How can I execute multiple, simultaneous jquery effects?

I am animating some error/validation elements on a page. I want them to bounce and be highlighted, but at …

jquery animation effects jquery-animate effect
How to disable scrolling until animation is complete?

I am using this code to scroll to a certain element on my page: $("html, body").animate({scrollTop: $(".myDiv").offset().…

javascript jquery scroll jquery-animate
jquery animate position in percentage

how do I determine the positions in percentages? $(document).ready(function(){ $("#button").toggle(function(){ $("#slide").animate({top:-100%},1000); },function(){ $("#slide").…

jquery position jquery-animate toggle percentage
How to prevent this strange jQuery .animate() lag?

See demo: jsFiddle I have a simple form that is being toggled when clicking 'show' / 'cancel' Everything works fine, but …

jquery jquery-animate lag
jQuery .delay() not delaying the .html() function

I'm trying to do a little javascript trick to fade out a div, replace its content, and fade it back …

jquery jquery-animate
How to add padding to scrollTop() function

I have a parent div with a list of div's. In parrent div I also added fixed positioned div on …

jquery jquery-animate scrolltop