Top "Jquery-animate" questions

Refers to jQuery's animate() method.

Animating inline elements with jQuery

I am trying to show and hide an inline element (eg a span) using jQuery. If I just use toggle(), …

jquery css jquery-animate
jquery "animate" variable value

I need to "animate" a variable with jquery. Example: The variable value is 1. The value should be 10 after 5 seconds. It …

javascript jquery variables jquery-animate
How to animate an image along a path with Bezier curves

My goal: Move/animate an image along a path like the drawing below (Could be connecting bezier curves). Must work …

javascript internet-explorer jquery-animate bezier
Using jQuery to re-order and animate list items?

So, I've got a list of items, something like: <ul id="listHolder"> <li id="l1">List …

javascript jquery html jquery-animate html-lists
Animate the clip: rect property?

I want to animate the css property clip: rect with jQuery's .animate() but can't find if this is possible anywhere. …

jquery html css jquery-animate clip
jquery animate background-position firefox

I got this background image slider thing working in chrome and safari, but it doesnt do anything in firefox. any …

jquery jquery-animate background-position
jQuery animations are choppy and stutter in Firefox

I like to think I'm not a dummy, but I can't get my jQuery horizontal slideshow to animate smoothly especially …

javascript jquery firefox jquery-animate slideshow
Why are slow jQuery animations choppy?

I'm having a hard time googling this issue because most of the things I can find are about animations that …

javascript jquery css jquery-animate css-animations
Possible to animate jQuery prepend?

I am prepending some data to my page on a button click and instead of just populating immediately on the …

jquery css jquery-animate prepend
jQuery closest();

I'm trying to animate an image which is partly hidden (via overflow: hidden) inside a list item. I want this …

jquery css jquery-animate closest