Top "Jquery-animate" questions

Refers to jQuery's animate() method.

Animate CSS display

Is there a way to animate the CSS display property in jQuery? I have the following: $(".maincontent").css("display","block"); …

jquery css jquery-animate
Can I use .delay() together with .animate() in jQuery?

I have this code, which slides open a basket preview on a website I am working on. It stays open …

jquery jquery-animate delay
jQuery animate from CSS "top" to "bottom"

I'm looking to animate a div element from an absolute top position to an absolute bottom position on the page …

jquery css animation jquery-animate
jQuery opacity animation

I am making a website, and it allows users to change view options. I use jQuery to smooth animations for …

javascript jquery jquery-animate opacity
Show Div when scroll position

First of all i would like to refer to this website: http://annasafroncik.it/ I love the way the animations …

jquery scroll jquery-animate
jQuery on window scroll animate background image position

I am trying to achieve a scrolling effect using jQuery. I have a background div set to 100% browser window size …

jquery image background scroll jquery-animate
Correct way to animate box-shadow with jQuery

Which is the correct syntax to animate the box-shadow property with jQuery? $().animate({?:"0 0 5px #666"});

jquery css jquery-animate box-shadow
How to make a jquery infinite animation?

I'm trying to implement a jQuery function with an infinite loop to animate the body background with 3 colours. I cannot …

jquery loops jquery-animate
How do I animate a scale css property using jquery?

I am trying to have a circle div with the class of "bubble" to pop when a button is clicked …

javascript jquery html css jquery-animate
jQuery animate() to hide and show elements by sliding left and right

I'm trying to animate something using jQuery. UPDATE I have it working the way I want it. This is the …

javascript jquery jquery-animate slide