Tagged Questions
0
votes
2answers
17 views
Hover stays active, until mouseover another hoverable object
Lets say I have three boxes. Each of which can be hovered on, and when so, their background color changes to red.
I want to make it so even when your mouse leaves the box (and doesn't touch another ...
0
votes
2answers
16 views
Jquery - Animate up then change z-index then animate down
I know there is an easier way to achieve what I am doing here with out duplicating the jQuery and targeting each of the three separate divs:
$(function() {
var $foo = $('.img-spot-wrap-1');
...
3
votes
4answers
28 views
image animation jquery on hover
OK,
I want that when I hover the <li> elements containing the images, the image grows up (just like in google image thumbnail
<div>
<ul class="images">
...
0
votes
1answer
16 views
JQuery ScrollTop glitches with fadeIn and fadeOut
I'm getting this horrible glitch (it sort of jumps or flashes) when using animate scrolltop with fadeIn and fadeOut. I've got a Div which is dynamically loaded with content. When the user clicks a ...
0
votes
1answer
43 views
Jquery animate only working on first click
So I have the following basic html
<div id="front-page-slide">
<div id = "slider-panel">
Social Logins here
<div id = "slide-now-text">
<span ...
1
vote
1answer
40 views
jQuery animation margin issue
I'm creating an intro animation at the request of the client using jQuery. This code works in most browsers except IE8 and Safari (PC) where the divs jump to their final position instead of animate. ...
1
vote
0answers
64 views
Disabling Animate option for a Div
I`ve used scroller using jquery. Heres the code.. I want to disable the Y-axis div from scrolling. I have used two images which is in the div #right-button, #left-button(Which is nothing but the image ...
0
votes
3answers
29 views
Animate object on page load, but still be able to change with hover
Let's say I have a little hover function on three boxes. When I hover over one, it animates and changes the background color. When the page loads, I want one to already be animated. If I hover on ...
0
votes
1answer
22 views
display: inline does not work with jquery animate ()
I am trying to animate a div that is hidden by default on mousing over the header of a site here is the jquery code that does not currently work:
$("#header_title").mouseenter(function() {
...
3
votes
3answers
24 views
Adding a reverse jquery animation when rolloff
I'm trying to make the title animate down when you rolloff the hit area. You will notice its currently working on rollover, title animates up 20px, so basically when you rolloff the title should ...
-2
votes
2answers
36 views
JQuery animate background positions in multiple divs on scroll
I have multiple divs on my page where I want to animate their background position onScroll, so here is what I have got for now
/* animate background possition on scroll */
$(window).scroll(function() ...
0
votes
1answer
78 views
Animate right, or up not working
I am trying to have a box with two options and I want it to animate and fadeout to the left when I click option 1 and animate and fadeout to the right when I select option two. Unfortunately, it only ...
0
votes
0answers
19 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
36 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, ...
-3
votes
0answers
37 views
jQuery animate width pushes div down a few pixels [closed]
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 content ...
0
votes
2answers
49 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
27 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
40 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 ...
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
51 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
51 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
86 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
67 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
31 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
42 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
33 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
29 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
35 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
2answers
75 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
53 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
33 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
32 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
53 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
35 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
48 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
41 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
31 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
40 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?
...




