Tagged Questions

0
votes
1answer
25 views

jquery animation done

Ok so I have a tab class that is scrollable which works fine, but now I want to hide the controls if they cannot scroll in the direction that they are trying to go. so I have somet …
0
votes
0answers
21 views

jQuery smooth image change

Hi there... I wonder how to make image change in my jQuery script smoother. I also have an animate() chain, can I attach the "src" change into it or not? Sadly I can't use images …
0
votes
1answer
14 views

Drawing onto an animated UIImageView in Cocoa touch

Probably a newbie question, but: I have a UIImageView that zooms and translates using multitouch. The built in animation feature is very handy, and works great. However, now I w …
0
votes
2answers
27 views

Animate the enabling of a UIBarButtonItem?

Is there a way to animate enabling or disabling a button? I've tried the following with no success. I'm guessing at this point that the enabled property cannot be animated like opa …
0
votes
3answers
35 views

Showing an invisible div after jquery animate

So I'm trying to figure out how to show an invisible div after an animation on jquery. Here's the code to show the div: $('#box_green') .css({ visibility: "visible", …
0
votes
1answer
57 views

Jquery animate order question

So I've got a logo that changes its background on mousehover, I'm trying to have 5 diferent backgrounds, each one displayed on a mousehover, not randomized and back to the first ba …
1
vote
2answers
35 views

Jquery problem: trying to stop an animation after first click.

Jquery newbie here =) so I've got a code that slides the menu divs to the right, the problem is that I don't want the menu to keep doing the animation after the first click on any …
0
votes
0answers
11 views

Direct 2D gnuplot PNG animation?

Can anyone please confirm that yes/no Gnuplot 4.5 (on CVS) can output 2D animated PNG files? I have numerous datasets but one line that I'd like to show iteratively in 3 different …
0
votes
2answers
66 views

jQuery closest();

Hi There! I'm trying to animate an image which is partly hidden (via overflow: hidden) inside a list item. I want this to happen when a user hovers over an A tag inside the same l …
1
vote
4answers
48 views

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 below to immediate change the background yellow and then fade back …
3
votes
2answers
32 views

Call Scroll only when user scrolls, not when animate()

I have a few links across the page with the purpose of "going to the top", accomplished by scrolling the page to the top with a nice animation. I've noticed that sometimes while th …
0
votes
2answers
70 views

jQuery:animate conundrum

I am having jQuery animation issues... I have a footer with a hidden div on top of it. When someone clicks a button near the header, the div should animate UP. Sorta like sliding …
1
vote
2answers
62 views

How do you fadeIn and animate at the same time?

Using jQuery I'm creating a basic 'tooltip' animation so that the tooltip will appear in a little animation in which it fades into view as well as move vertically. So far I have t …
-1
votes
3answers
42 views

jQuery grabing the color of an element PRE :hover

I'm trying to create a generic 'flash of color confirmation' function where it'll flash the background of an object to green and then fade out to whatever it's existing color was. …
0
votes
2answers
44 views

less verbose way to chain jquery events that have to wait for animations?

Chaining is great in jQuery, but it chains the trigger of each event and doesn't wait for the previous event to finish. This is noticeable primarily when animating. As such, the w …

1 2 3 4 5 next
15 30 50 per page