Refers to jquery's animate() function. For generic graphical animations, see the [tag:animation] tag.

learn more… | top users | synonyms (2)

0
votes
0answers
18 views

add scroll too and not closing of active tab to my fiddle

can someone help me add a scroll to function to this code. Also I need the active tab not to close when it is clicked. HTML <div class="container fader shadowElement" id="switcher"> <div ...
0
votes
0answers
17 views

animate scroll to target position acting erratically in Safari 6

I'm using this code to navigate to anchors on the same page, with smooth scrolling. It works great in all browsers except in Safari 6. I've done some testing and this works in Safari 5/6, Chrome, ...
-2
votes
0answers
29 views

jquery animate width pushes div down a few pixels

Anyone have any idea why this is happening here and how I could fix it...? If you go to my test site and click 'Education', let the content load, then roll on and off the 'Education' button, the ...
0
votes
2answers
47 views

What is wrong with the following jQuery

The following jQuery does nothing. Did I miss a comma or something? <script> $(".link<? echo $counter; ?>").click(function () { $('.sub').toggle(function () { $(".sub<? ...
0
votes
2answers
17 views

Jquery animate and fade in on hover of containing div

I'm trying to animate the 'title' so it fades in as well as animates up 10px as you hover the containing div. Would this require javascript or can it be done with CSS transitions? Live Example HTML ...
0
votes
1answer
39 views

How to store an array of height values and use them in another script

I have a lot to learn so could really use some pointers: http://jsfiddle.net/David_Knowles/9kDC3/ QUESTION I am trying store iteratively the height values of bars in a bar chart. Then i set the ...
1
vote
2answers
37 views

Animate the height of SVG graph bars

PROBLEM: I am trying to animate the height of SVG graph bars: http://jsfiddle.net/David_Knowles/pRTBt/ Part of my problem is that .height() returns 0, yet .attr("height") returns the true height. ...
0
votes
3answers
32 views

jQuery - call function when animate

Is it possible to call some function in .animate event? I have to call resize() function for every resize event on some div. For an example, I call function on window resize event: ...
1
vote
2answers
49 views

How to use the function .toggle?

How to make a reversing animation with .animate? I read in others places about the function .toggle, however when i used it, this function starts automatically without the "click". I want it (the ...
0
votes
0answers
16 views

clicking instead of space bar for this template

I am working on a website that works CSS animation. So to navigate to different parts user should press the space bar, but I like to change it to click button in the free area. Here is an example that ...
0
votes
2answers
42 views

Change gradient background-color, slow animation

I'm trying to change the background color on a section. <section id="welcome" class="gradientBlue"> <div class="mainTitle"> <h1>Sdesigns</h1> ...
-2
votes
0answers
48 views

$('html, body').animate won't work

I would like to slowly scroll to the div i selected using jQuery animate. That's the code I have : http://jsfiddle.net/PRBBF/ When I debug it with firebug, the breakpoint on line 16 is hit, var ...
0
votes
0answers
78 views

How to draw circle animation not using canvas?

I have a background image, and a div child in which I draw a circle. Here some sample code http://codepen.io/anon/pen/hybAs . I want to be able to "erase" this circle like Pacman until there is no ...
1
vote
3answers
63 views

How to animate multiple divs to specific target location?

I have some problems making a function to set positions to some divs with jQuery animate. I made a quiz with jQuery and want the right "answered" draggable divs with an numeric id to automatically go ...
0
votes
1answer
8 views

Force an onClick animation to fully complete before running again

I have a slider which controls the position by increasing and decreasing the margin when clicking a button. If you click the button a second time before an animation has completed, it starts from ...
0
votes
1answer
29 views

jQuery animate() producing wild results

I'm pretty new to jQuery and I've been fooling around with its animate() but I've run into two problems. My code below is basically supposed to expand the characterwindow when the mouse is hovering ...
0
votes
1answer
21 views

jquery animate rotate simultaneos

I'm trying to animate an object and rotate simultaneosly. I'm using http://code.google.com/p/jqueryrotate/ The rotate transition doesn't work. $("#square") .animate({top: ...
1
vote
1answer
28 views

How to slide an element in onClick event and then slide that element back to original position when another element is clicked

Im using jQuery animate() to handle the effects. The problem that Im running into is that either the div slides on and off again w/o a pause or the element continues to slide to the left. What I've ...
-2
votes
0answers
50 views

easing in animate dont work why?

this code below is for a slide show that work with mouse dragging. everything is working fine except the 'animate' in the 'mouseup' event, the scrolling is done but without easing. ...
0
votes
2answers
41 views

jQuery Animate 2 actions, same object

I'm trying to animate a ball that bounces and moves forward. First the ball must bounce X times in the same place but then it must go forward bouncing. BOUNCE: ...
0
votes
2answers
32 views

SlideUp on a form not working as expected

Take a look at this fiddle. I increased the duration to 2000 to exactly show you what I am talking about. When you click the close (X) the animation is not what one would call slideUp. I was ...
-1
votes
2answers
30 views

How to specify scroll to the links?

I am trying this code to implement but some how the code is not working, In my HTML, <ul id="menu1" class="menu1class"> <li><a id="menuslide1">Home</a></li> ...
1
vote
1answer
26 views

jQuery animate decimal number increment/decrement

I would like to animate difference between two decimal numbers step by step. Have found Joss Crowcroft's solution for integer numbers that works nice and I've made example on jsfiddle. Code snippet: ...
0
votes
2answers
33 views

jQuery fade background color of a header bar in when scrolled down

I'm trying to fade the background of a header in to white but when I try using some jQuery to animate the fade of the background color, it just won't work. jQuery var windw = this; $.fn.followTo = ...
0
votes
1answer
41 views

.animate jQuery function not working

I have searched the solution to the following. I'm trying to animate list items using jQuery. Here's my script: $(document).ready(function() { $('li').hover(function() { ...
0
votes
1answer
40 views

Link Hover Animated Underline

I'm trying to have an underline animate on the link hover. I found this example: Underline css3 transition And it works great, in Safari. Something about the way I have the code implemented is funky ...
0
votes
2answers
63 views

Fade In/Out Background Image with Another Image / fade out other elements

I'm having trouble with fadein/out of some elements. I need to have several divs, fade in a new background, as well as text when it is hovered over. I also need to have the other divs to fade out ...
0
votes
1answer
26 views

animate toggle and background

I try to: - Click to animate the div logo - Click again the div logo and it should go to the initial position - Click to the background and it should go to the initial position (if it is not already) ...
0
votes
1answer
50 views

jQuery animate() doesn't work in Firefox or Internet Explorer

I'm working on having three boxes that animate and display text when clicked. When one is clicked, the others move down to allow for space to display the text. When the middle is clicked, the other ...
0
votes
1answer
46 views

Open/Close multiple div with external content loaded

I'm trying to create a portfolio that loads external content when clicking on "read more". Loading external content works fine and the div animates as it should. I even got the same div to close and ...
1
vote
3answers
32 views

Running a JQuery animation depending on which option is chosen

I've searched a lot and am sure someone has needed to do this before so sorry if this is a duplicate. I took what I thought was a compilation of the best code I could find online and coudln't get ...
0
votes
1answer
28 views

JQuery Mobile: data-direction=“reverse” not emulating initial transition

I have a back button in my header that looks like: <a href="index.html" data-role="button" data-direction="reverse" data-icon="arrow-l" data-iconpos="left">Back</a> The transition to ...
0
votes
1answer
47 views

How do I make jQuery smoothly scroll to a constantly-changing position?

I'm trying to make an image slider, drawing inspiration from this site. I've gotten it working, but I can't figure out how to make it smoothly slide between positions; If I just use a jQuery ...
1
vote
2answers
33 views

How can I fix the width whilst making it look like the div slides in from off screen?

I have animated a side navigation menu so that it appears to slide in from the left of the screen. The animation works as I want it to but I had to set the width of the div to 0px to make it appear ...
1
vote
2answers
35 views

jQuery reverse animation on click

Looked through a few of the existing questions and they helped me get this far, but still cannot get it working. $('#languageSelctor').click(function() { $('#languageList').toggle(function() ...
0
votes
0answers
46 views

Background Color animation doesn't display on <tr>

I have a weird problem, I try to make an animation on a tr and it doesn't execute on a specific page. I use this twice, it worked on a page and didn't on the second, the script is almost the same ...
0
votes
0answers
39 views

Contain jQuery Scrollpath inside a containing DIV

Is it possible that I can use scrollPath and contain it inside a particular div? Now it ends up all the way at the top of the page on scroll. Or is there an easier way to do this altogether? I am ...
0
votes
0answers
30 views

Image resizing fail jQuery animate

When using jQuery .animate() function on images, all works fine on desktops, but using my android 4.2 device and browser, it fails. I use the function to animate an image resize. As soon as the ...
0
votes
0answers
36 views

slider animate images using jquery

I'm trying to make my Own image Slider that display images and on MouseOver it shoud resize the image and show an element Text below the image. When i have 4 or 5 images in one Container and i ...
0
votes
1answer
24 views

pause/resume animation by mouse events jquery

here is a code: http://jsfiddle.net/XqS2f/ i understand what i need to save somehow current positions of blocks or something like this... but may be exist another solution which is more easy to use? ...
0
votes
1answer
30 views

jQuery scroll to element even if window height is small

I have a page with a logo on top and a form under. There are "Login" and "Join" buttons that when are clicked they expand the respective form. I want when these buttons are clicked to also scroll to ...
0
votes
0answers
46 views

How to use jquery animation() without applying CSS properties

I've created a little dice randomizer who's CSS changes on the step() function and returns me the value once the animation is .complete(). The dice are triggered by a button which allows me to keep ...
0
votes
1answer
56 views

write text(html) with fade-in effect after animate complete

i have been searching around to get my effect completed. here is my css code. after the animation of all the li complete i want my text to appear one by one in the centre of each li with fade-in ...
0
votes
0answers
23 views

Increase dynamically set height of page with slidetoggle

On my site there's a div#page which has it's height set by javascript in order for the footer text to always be on the bottom of the page. This works perfectly on all pages, except for one page which ...
1
vote
1answer
34 views

jQuery animate sidebar problems

I am using an animate sidebar that scroll together with the window scrolling and stop when it reach the footer. jQuery(document).ready(function() { var jQuerysidebar = jQuery("#sb"), ...
1
vote
1answer
24 views

Use a variable as the key in an object literal (to pass to jQuery's animate)?

I'm trying to pass a variable to jQuery's animate method as the property to animate and I'm running into some trouble. Here's what I've tried: // these first two would really be filled in from an ...
0
votes
0answers
16 views

JQuery UI Class Switch on hover causing Uncaught TypeError: Cannot read property 'defaultView' of null

I'm trying to use JQuery UI's switchClass() function as a way to animate the hover effect I have on the main menu of this page. The code itself is fairly straightforward, calling this inside of ...
0
votes
4answers
86 views

How to make a jQuery step animation?

I have searched for anything on how to animate a color wheel using jquery to step through the defined colors in order and I can't seem to find anything. What I'm looking to do is spiral an effect by ...
0
votes
1answer
29 views

JQuery Animate (increasing width of img) smoothing

So I am trying to create a very slow zooming in and out effect for a banner image The effect works, but the animation is very very choppy. Is there anyway to improve the effect to be smoother? Img ...
0
votes
1answer
18 views

Animate my scrollTop function in this code

I have this function to scroll through a div. The function at this point does exactly what I want it do except for one thing. I want the scrolling to happen animated. How can I implement this in this ...

1 2 3 4 5 63