Top "Jquery-animate" questions

Refers to jQuery's animate() method.

Use css calc() in jquery

How can I do this? $('#element').animate({ "width": "calc(100% - 278px)" }, 800); $('#element').animate({ "width": "calc(100% - 78px)" }, 800); I …

jquery css jquery-animate css-calc
jQuery animate SVG element

I got a svg in my application. Like <svg id="gt" height="450" width="300" xmlns="http://www.w3.org/2000/svg"&…

jquery svg jquery-animate jquery-svg
Smooth image fade out, change src, and fade in with jquery

I am trying to do the following: On link click: 1.) fade out an img 2.) change the src of the now …

javascript jquery jquery-animate jquery-load
jQuery delay() - how to stop it?

I already tried stop(true,true), stop(true) and clearQueue(); but this doesn't work. I have problem with fast changing …

jquery delay settimeout jquery-animate
JQuery background color animate not working

I want to change the background color of 'exampleDiv' from the original white background to when I call the code …

javascript jquery jquery-animate
How to increment number using animate with comma using jQuery?

I'm trying to increment a number inside an element on page. But I need the number to include a comma …

jquery jquery-animate increment comma easing
Infinite rotation animation using CSS and Javascript

I was going thru some single page website examples and found this: http://alwayscreative.net/. I am totally amazed by …

javascript jquery css jquery-animate css-animations
jquery: can i animate the position:absolute to position:relative?

i have a bunch of images that are positioned absolutely, i want to be able to click a button and …

jquery position jquery-animate
jQuery's $('#divOne').animate({zIndex: -1000}, 2000) does not work?

I tried jQuery's $('#divOne').animate({zIndex: -1000}, 2000) to that element which has a z-index of 1000, but it is still …

jquery z-index jquery-animate
jQuery animate and property values in percentage

I trying to animate a div and I try to use some value retreived somewhere else, I know the value …

javascript jquery jquery-animate