Top "Jquery-animate" questions

Refers to jQuery's animate() method.

How do I force redraw with Google Maps API v3.0?

I have a fairly sophisticated Maps application that handles multiple custom markers and such. I have a function called resizeWindow …

jquery google-maps-api-3 jquery-animate
How do you animate the value for a jQuery UI progressbar?

I've setup a jQuery UI progressbar but can't use jQuery animate to animate it's value. Any ideas on how to …

jquery jquery-ui scrollbar jquery-animate
how to use animation with ng-repeat in angularjs

I have a list which I iterate over by using ng-repeat: and the user can interact with thte list items …

javascript angularjs jquery-animate angularjs-ng-repeat
jQuery Animation Speed?

Final Edit: The wall of text below can be summed up by simply asking "can I specify the speed of …

jquery jquery-animate
Accounting for a fixed header with animate.scrolltop and (target).offset().top;

This should be a pretty basic question, but i've thrown most of my morning at it, and at this point …

jquery jquery-animate target offset scrolltop
Animating Bootstrap progress bar width with jQuery

I want to animate a progress bar's width from 0% to 70% over 2.5 seconds. However, the code below immediately changes the width …

javascript jquery twitter-bootstrap jquery-animate progress-bar
Jquery animate hide and show

I would like to have two things happen at once when I click on a link. I am slowly going …

jquery onclick hide jquery-animate show
jQuery - animating 'left' position of absolutely positioned div when sliding panel is revealed

I have a hidden panel off the left side of the screen which slides into view on the click of …

jquery panel jquery-animate sliding
Why does jQuery .css('left') and .position().left return different values?

The values I'm getting for $(el).css('left') and $(el).position().left are different? If I go $(el).css('left', …

jquery google-chrome jquery-animate
Fade the background-color of a span tag with JQuery

I'm trying to fade the background-color of a span tag using JQuery to emphasize when a change has occured. I …

jquery jquery-animate fade background-color html