Tagged Questions
The jquery-animation tag has no wiki summary.
31
votes
5answers
59k views
Rotating a Div Element in jQuery
Trying to rotate a div element...This might be DOM blasphemy, could it work possibly with a canvas element? I'm not sure - if anybody has any ideas of how this could work or why it doesn't, I'd love ...
11
votes
2answers
4k views
jquery prepend + fadeIn
I have this code:
$.ajax({
url : url,
data : {ids : JSON.stringify(jsonids), hotel_id: hotel_id},
success : function(response)
{
$('#be-images ...
9
votes
8answers
4k views
jquery color animation throws Invalid property value intermittently
I'm trying to animate the background for an ASP.Net hyperlink to do a yellow fade on an update panels refresh. So far it works almost all of the time, but occasionally a javascript error is thrown ...
8
votes
2answers
1k views
Does jQuery have a plugin to display a “message bar” like the Twitter “wrong password” bar at the top of screen?
Twitter will pop down a message bar at the top of the screen say "Wrong password" and after 10 seconds, it will slide up and disappear. Chrome also shows "Do you want to save the password" message ...
7
votes
3answers
105 views
jQuery fadeOut/fadeIn not working as expected?
I'm trying to show one fieldset at a time, based on the user's selection. The theory is that, all fieldsets should hide first, then the selected fieldset should be shown. I'm using jQuery's fadeOut ...
7
votes
2answers
3k views
Correct way to animate box-shadow with jQuery
Which is the correct syntax to animate box-shadow with jQuery?
$().animate({?:"0 0 5px #666"});
6
votes
2answers
93 views
Parent div drop-shadow bug when children is animated with jQuery in Internet Explorer 9
When a parent div has a css drop-shadow applied, and its children is animated with jQuery so that the parent div changes height, strange lines below the parent div appear when viewing the page in IE9. ...
6
votes
1answer
175 views
jQuery Animated Gaussian Blur
On the home page of a website I'm designing, I'd like the initial hero image to animate from blurred (gaussian) to sharp. I've looked around, and have been surprised that there's not a readily obvious ...
6
votes
0answers
821 views
jCarousel Lite with Zoom and fade effect [closed]
I'm stuck on this one, so hopefully someone can help.
I have a website I am using jCarousel Lite on, and I have added a zoom in effect as well as a fade effect on the images. Here is the code for ...
6
votes
5answers
303 views
jQuery multiple animate() callback
I'm trying to animate a set of elements simultaneously (almost, there's a small delay between each animation):
$('.block').each(function(i){
$(this).stop().delay(60 * i).animate({
'opacity': ...
6
votes
3answers
155 views
Effect Queues in Javascript
I'm trying to create an effect that works in a queue, so that each effect starts only after the previous one finished. I was successful, but I'm sure that there's a cleaner way.
This is what I have ...
6
votes
2answers
5k views
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 above the other elements?
(If I use firebug to change it to -1000 then it ...
6
votes
2answers
1k views
jQuery, calling a callback only once after multiple animations
Let's say that I have several animations running at once, and I want to call a function once all of them are finished.
With only one animation, it's easy; there's a callback for that. For example :
...
6
votes
4answers
6k views
Is it possible to stop execution in javascript/jquery?
Basically I want to be able to wrap any command in a $.holdTillFinished() method that will not allow execution to continue until the specified method/jquery animation is finished executing.
I suspect ...
5
votes
2answers
63 views
How can I set the duration of this jQuery animation proportionally?
I've created a quick test to show what I'm trying to do:
http://jsfiddle.net/zY3HH/
If you click the "Toggle Width" button once, a square will take one second to grow to full width. Click it again, ...
5
votes
2answers
379 views
animating addClass/removeClass with jquery
I am using jQuery and jQuery-ui and want to animate various attributes on various objects.
For the sake of explaining the issue here I've simplified it to one div that changes from blue to red when ...
5
votes
1answer
187 views
JQuery animate - any way to “stall” the complete trigger?
Imagine I have a viewport with a defined width and height. I clone an element out of view on the right side, and fly it across the viewport at a random y position with code like this:
...
...
5
votes
1answer
153 views
Smoother Jquery Animation
Had another thread regarding this but it wasn't resolved probably because I wasn't very clear in my question.
Just wanna try again in hope that I close in on resolving this:
I was recently tasked to ...
5
votes
2answers
162 views
How does slideUp() work in jQuery? I'm trying to make my own slideRIght()
I have looked at the source code in jquery for slideup...
// Generate shortcuts for custom animations
jQuery.each({
slideDown: genFx("show", 1),
slideUp: genFx("hide", 1),
slideToggle: ...
5
votes
1answer
189 views
How to do animate function during a animate function?
I'm trying to create a stylish search function, but it doesn't seem to be working correctly. But I just can't explain you the whole code but you see the Problem Demo page (link at bottom). The problem ...
5
votes
7answers
2k views
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 think of a nice and clean solution.
Something like this?
...
5
votes
3answers
1k views
jQuery text effect where words appear one by one
I was asked if I could come up with a text effect in HTML using jQuery where I get a string and then the routine automatically detects the words and animates each word in, one at a time.
Like.
sec ...
5
votes
6answers
1k views
jQuery animation for a hover with 'mouse direction'
I'm trying to simulate the effect where I hover on an image an overlayed semi-transparent image will fade in from the direction where your mouse came from. Vice versa when your mouse leaves the image ...
5
votes
2answers
1k views
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 in. The .html event is replacing the content before the fadeOut is complete...
...
5
votes
2answers
3k views
using jQuery .animate to animate a div from right to left?
I have a div absolutely positioned at top: 0px and right: 0px, and I would like to use jquery's .animate() to animate it from it's current position to left: 0px. How does one do this? I can't seem to ...
5
votes
3answers
2k views
Scrolling a jQuery animation backwards and forwards
I am making a futsal (indoor soccer) coaching application which allows a coach to add players on the screen, set their movement direction (by drawing arrows using HTML5 canvas), and then press 'play' ...
4
votes
2answers
81 views
i am trying to do simple animate function in jquery
i am trying to animate a div, what i need is when click a button i want to hide a div and show another div that is next child.
here is my fiddle.
I am trying to do like this this site here you ...
4
votes
4answers
77 views
Is there a way to hide the artifacts that show up in webkit browsers when using jQuery animate?
I am using jQuery animate to slide in items on a web page. For some reason, only in webkit browsers, there is a trail of artifacts across the space the element was animated over. Is there a way to ...
4
votes
2answers
294 views
jQuery animations with a MxN matrix
I'm splitting a element into multiple blocks (defined by a number of rows and columns), and then fade these blocks to create animation effects. The type of animation is decided by the delay() value:
...
4
votes
3answers
368 views
Stopping specific jQuery animations
I have multiple animations on a single object, and I need to stop a specific animation rather than all of them. It doesn't look like the .stop() method can do this.
For instance, when animating ...
4
votes
1answer
176 views
Jquery animation function in loop not running together
I am trying to run 4 animation functions together using for loop+jquery in below script.
Please help me figure out how do i run these animation functions together.
<script ...
4
votes
1answer
292 views
jQuery image preload doesnt work first time in FireFox
I just finished putting together a simple jQuery gallery with some fading transitions as seen here. Everything works fine in all browsers - except that the "image preloading" doesn't work on the first ...
4
votes
3answers
852 views
twitter's scrolling bar effect
Did you notice the scrolling trend bar on twitter home page.
What is the right way to do it with jquery? I hear jquery is better than javascript.
4
votes
2answers
420 views
Attach JQuery animation to methods/setters instead of CSS properties?
From the JQuery reference @ http://api.jquery.com/animate/ :
$('#book').animate({
opacity: 0.25,
left: '+=50',
height: 'toggle' }, 5000, function() {
// Animation complete.
});
...
4
votes
2answers
302 views
Does jQuery's Ajax have anything like .NET's LoadingElementId
.NET's Ajax helper has the LoadingElementId: String property, gets and sets the ID of the DOM element to be displayed for the time it takes to complete the request.
Looking for the easiest way to ...
4
votes
3answers
1k views
Animation in Adobe AIR using jQuery.animate
In my AIR application, I want to animate an HTML element using jQuery. When I attempt the animation in the global HTMLLoader, there is no problem. However, I'm having a problem when attempting to ...
3
votes
2answers
62 views
Does animating the value of a CSS3 transform with javascript rule out hardware acceleration?
You can take advantage of hardware accelerated animations by setting an animation duration and setting the initial and final values of the CSS3 transform.
What if, instead of setting an animation ...
3
votes
1answer
68 views
one button works , others dont , same script
Ok i got this situation
<div id="container">
<img src="images/4.png" />
<ul class="menu">
<li id="menu-0"> <p class="menuP" ...
3
votes
1answer
77 views
How to animate/move an element like on slaveryfootprint.org homepage
When scrolling down the home page of Slavery Footprint http://slaveryfootprint.org/ various elements move into view. These items are not animated once a certain threshold is passed but rather they ...
3
votes
3answers
63 views
Methods for creating a very animated webpage
Afternoon all. I'm a php web developer who dips his toe in and out of the turning PSDs into HTML/CSS for clients. For sometime I have considered making my own personal website.
The Idea
A rotating ...
3
votes
2answers
21 views
Jquery, prevent queuing animations
I have a div which fades In/Out another element on the page on hover (and hover out). The trouble is there's nothing to stop the user hovering over and out really quickly and causing the animation to ...
3
votes
2answers
54 views
JQuery animate queuing
I'm working on this website and have implemented JQuery's animate() for the first time (on the navigation). It's all working fine in the browsers that I have and whatnot, but I've noticed it seems to ...
3
votes
2answers
183 views
how to stop an animation loop
The code below basicly animates a div back and forth. Then I want the animation to stop while hovering. It works if I remove this line: "$(".block").animate({left: '0px'}, 1, animate);" but then the ...
3
votes
2answers
75 views
Question about jquery slideDown
I have a div with hight 300px
I want to use slideDown or any of jquery methods to slide down a part of the div not all the 300px
may be just 50px
3
votes
3answers
328 views
jQuery Animation: Make a sprite appear to be walking, not floating/gliding
I am writing a small jQuery animation script that simulates a delivery man walking up to a door. The animation works and all, but it just looks so artificial. I'm wondering if there is a way to make ...
3
votes
4answers
185 views
jquery animation & CSS Position
I am trying to fix the css position in the with jquery animation effect in the below code.
my green and orange span running out of control on mouse hover.
<!DOCTYPE html PUBLIC "-//W3C//DTD ...
3
votes
1answer
94 views
simple jquery animation - problems with too many mouse movements
I have a simple drop menu I'm building in jquery. The code is here: http://jsfiddle.net/7Gpww/
it all seems fine, but if you move the mouse around a bit manically and don't wait for the full menu to ...
3
votes
4answers
299 views
jQuery height animation at the top, not the bottom of an element
HTML/CSS/JS here: http://jsfiddle.net/_mtr/XGe8d/2/
My problem is that the animation is taking place at the bottom of the element, not the top. I figure it's an issue with my CSS positioning, but I ...
3
votes
4answers
2k views
jquery.animate background-position doesn't work
I'm trying to create a background position change with animation.
but for some reason it's not working.
<script language="javascript" ...
3
votes
1answer
579 views
dialog zoom effect jquery
is it possible to re-create a zoom-like effect for dialogs in jquery without needing to download a lightbox plugin?
i'd like to add animation to my dialogs to simulate the "zoom" effect found on this ...