0
votes
1answer
19 views

I have an issue with animating the height of my nav with jquery - it makes me click the button twice

I have a nav to which the height is set to 0px. When i click on an element (here, #menu_button) the nav's height is supposed to change to a given height (here, 143px). This toggles it. My problem is ...
-1
votes
0answers
23 views

Jquery SlideToggle divs to slide (animate) up

I want to know how can you make this perfect example slide up instead of pushing the 'navs' down http://jsfiddle.net/NPRfM/3/ ...right now, it reveals from top to bottom (pushes the menu down)...I ...
0
votes
1answer
27 views

I've created a fade in fade out jquery content box, i want it to stop on mouseenter

In this code i am making a box with data which are displaying one after another two li box but i want it to stop when mouseenter over it and to countinue when mouse leave. demo CSS : ul.bxslider ...
1
vote
1answer
38 views

jQuery get/toggle class and animate if

Still learing dem jQueries and found another problem - i wanted to recreate a classical feedback panel/slide from the side thing. HTML <div id="foobar" class="slide closed"> ...
0
votes
1answer
19 views

Why is the animation duration of jquery's animate function inconsistent?

Please have a look at these simple jquery animations: animate.mouseenter(function () { animate.stop().animate({ opacity: 0 }, duration); }); animate.mouseleave(function () { ...
-1
votes
0answers
14 views

How made a nice animate anchor

I find a nice way to move to a anchor: Simple jQuery scroll to anchor up or down the page...? but I want increase features.. normally use #anchors the links to load the page in the desired position ...
0
votes
2answers
24 views

Multiply the dimensions and reset on action

I do have an html which contains many elements with different dimensions which are positioned absolutely. I want to animate all of them, and change the width and height relative to the current one, ...
0
votes
1answer
22 views

Animate table with jquery (if possible)

I have code that shows dynamically created tables of varying lengths, with 'expand' and 'condense' buttons that show/hide extra table rows. It works but it's ugly. I'd love to animate it but ...
0
votes
1answer
24 views

How to start one jQuery animation only after another is totally complete

I have a couple situations where I need to animate an element, say either moving it to the left, or fading it in, but only after an initial animation is 100% complete. So like, say I have a search ...
0
votes
3answers
18 views

jQuery animate doing same easing effect for any value

I want to do a simple animation with jquery, but it keeps doing the same easing effect, i cant change it. item.animate({ width: "500px" },500,"easeInSine"); My code is this simple. When i ...
0
votes
2answers
42 views

Positioning JS animated DIVs

I'm trying to make 3DIVs to move with JS and place them on the right side of the page, I've done the animate script, however the position isn't right. On mobile phones it goes above my other divs in ...
0
votes
1answer
16 views

jQuery animation on scaleY from 100 to 0 just set the value

I have animation scaleY (added using css hooks) from 100 to 0 and it seams that it just set the value to 0, it don't work when I change it to 0.01 or 0.1, animation in oposite direction work fine. I ...
0
votes
1answer
38 views

How to make the scrolling script efficiently?

I have div element inside that I have a list of(ol) elements. I use drag and drop using jquery nestable. Please look at the issue here (How to scroll the window automatically when mouse moves bottom ...
0
votes
0answers
21 views

Why the size of the image change while rotating using CSS transform

I have card flip effect function flip(card, callback) { $.each(card, function(i, card) { card = $(card); card.find('img').css({ //perspective: 400, ...
1
vote
2answers
26 views

How to know when an object opacity reaches a value of 0 using jQuery

I have an object that gradually goes transparent and I would like to set a callback function when my object's opacity reaches a value of 0, so that I can reset the opacity and the position when ...

1 2 3 4 5 214
15 30 50 per page