For questions related to animating elements using jQuery effects.

learn more… | top users | synonyms

1
vote
1answer
12 views

Iphone / Ipad like, Icon shaking Effect jquery / CSS3

i already tried to searching on Google for Shaking effect / Dancing icon/object effect but i cannot get a good answer, how to create an shaking/dancing animation, just like what we see in iphone/ipad ...
0
votes
0answers
17 views

JQuery UI hide/show div position jumps on Chrome

I used JQuery UI to make a button that hides a div on the page, and shows another. I have a wrapper div that has 2 visible divs and 1 hidden div inside. The first visible div never moves. div 2 is ...
0
votes
1answer
21 views

jQuery sortable with effect on table rows corrupting table

First post here, go easy on me :) I've looked all over and can't seem to figure out whats going on here. A little help would be appreciated. I'm trying to make table rows sortable using jQuery, ...
3
votes
3answers
47 views

jQuery effect causes element to reposition during animation

When I do an animated show/hide on the select element it repositions itself during the animation. I can't do anything about the style of the "body"; it's the standard class markup in the app. Is there ...
1
vote
3answers
39 views

Easing with .hide('slide')?

Is it possible to have easing with this: ('#sideBar').hide('slide', {direction: 'right' }, 800, function(){...}); At the moment it is very jittery as it is moving maybe.. 100 - 500 pixels ...
-2
votes
0answers
63 views

Jquery Horizontal Image Slide Effect

I'm working with a fully functioning image slider. The images slide vertically right now, although I need them to slide horizontally. I'm not familiar with jquery transition effects, any tips or ...
2
votes
3answers
41 views

Can't get javascript text effect to work properly with delay

I'm trying to make a random text effect kinda like the one at the end of the movie War Games (Matthew Broderick). The idea is to have individual letters change randomly when ever the user hovers over ...
0
votes
5answers
52 views

Reduce image size using jquery?

I need to reduce the image size using jquery(not the div size) , when I entered the mouse into the div which contains an image. My div will be, <div class="toolbarIcon" > <img ...
-1
votes
3answers
25 views

How to continuously bounce an object when site is live

I am new to JavaScript and jQuery. I have trouble in my new project. I want to need a image is bouncing. I got a script from net. But This function is only for jumping on the click.I want its jumping ...
0
votes
2answers
31 views

jQuery effect to open a dialog out of another element and close it into that element

I want to show my jQuery dialog out of another element and hide it into that element. How should I implement this? Is there any effect to do this?
1
vote
0answers
38 views

Trouble with JQuery Hoverintent slideUp

I've been working on using the JQuery Hoverintent plugin and I've made some good progress, but I also have an issue using .hide, .slideUp, etc with the out: function to make sure that the overlay that ...
1
vote
3answers
43 views

How can I make objects appear and disappear based on how far up or down the user has scrolled on the page?

I'm trying to make a header that is fixed to the top of the page only appear once the user has scrolled down past my other content at the top of the page (ie my "blackbox" div). I might like to use ...
0
votes
1answer
128 views

Smooth out jQuery-UI blind effect on show|hide toggle of Google map iframe

I'm looking for a better approach to show or hide a Google map iframe using a jQuery blind effect. As it stands now, the map jumps, blinks, and re-sizes itself several times as the blind effect takes ...
0
votes
0answers
21 views

custom plugin not working at all

I'm trying to apply a custom plugin to some div. Here is the code : $.fn.popout = function( options ){ var settings = $.extend({ l : this.width()/2, h : this.height()/2, ...
1
vote
0answers
82 views

Rails js action won't run code after partial render

I'm trying to add a newly created partial to an existing list of partials that gets rendered in my create.js.erb controller action response, and it would be really nice to scroll to the item and ...
-1
votes
1answer
113 views

mouse over effect while rolling

please look at this link, mouse over effect i want this type of effect while rolling on image, how can i show this type of mouse over effect with position in jsp. Thanks in advance, Ankit
0
votes
0answers
56 views

Layout issues when running multiple jQuery effects

I am having layout issues when running multiple jQuery effects. I am trying to move a div down by 100px to make room for a second div to appear in. My main div is moving down by 100px but then jumping ...
0
votes
0answers
42 views

Queue Effects jquery-ui

I'm trying to create a queue of animations, I am indicating the order in which I want to run well data-animate-on='{"effect":"slide","queue":2}' Then I read this information on my js, but all are ...
1
vote
4answers
244 views

How can I say to jQuery hover all images by hovering the gallery

I found a simple jquery script, that do the opacity of a image set to 0 by hovering an image from a list. I like the effect, but it is working only on 1 image in a ul packed gallery. My answer ist, ...
-1
votes
1answer
91 views

Random Image Flip [closed]

I've seen a few sites that have this effect of a limited number of photos, that are randomly flipped out with different photos. I'm interested in how one would go about achieving this effect using ...
1
vote
2answers
128 views

Building a “single page” site with animation between pages

I would love to know what is used to have an effect such as this website template: http://www.templatemonster.com/demo/43491.html I would like to have a single menu and background while once I click ...
0
votes
2answers
83 views

Making a jQuery scaled <div> stay at its new size

I've got a circular div I'm trying to scale when a button is clicked: <button id="2007">2007</button> <div id="test2"></div> I've got it styled with CSS for starters: ...
0
votes
3answers
40 views

Two Questions on JQuery UI

So I made a quick signup form here: http://jsfiddle.net/pBEt2/ Javascript: $(document).ready(function(){ $('input:button').click(function(){ $('input[type="text"]').each(function(indx){ ...
0
votes
2answers
157 views

jquery ui dialog - fade-in after effect

function infoBox(title,text){ $('.infobox').dialog({ open: function( event, ui ) {$('.infobox').append('<p style="display:none;>'+text+'</p>'); }, beforeClose: function( ...
0
votes
0answers
495 views

How to Create JQuery Cross Fade Effect for Slider

Any help out there for my issue guys? I want to overcome cross fade effect in my image slider. I am using a Promotion slider plugin on wordpress and I need to change and add animation effects for ...
1
vote
2answers
176 views

jQuery resize of images [duplicate]

I have managed to fit automatically the images of the gallery per row depending if it´s horizontal (one image per row) or vertical (two images per row). The problem now is that I want the images to ...
0
votes
5answers
148 views

JQuery dynamically change number

Internet shop. Cart. Products in the cart: name | price | count | pricecount Car | 10usd | 2 | 20usd count is <input type='number' class='changecount'>, if I change it I want to take ...
2
votes
1answer
421 views

Issues in dynamically adding multiple text boxes

There are two text boxes inline having a "+" sign adjacent to them. On clicking on the plus sign a new text box is added and it will have the "+" as well as "-" sign for adding and removing the text ...
0
votes
2answers
205 views

jQuery UI effect causes iframe reload

I'm using jQuery to show / hide a div which happens to contain an iframe. It works great with just standard 'show' and 'hide' methods. So now I want to get a little fancy and add some effects from ...
0
votes
1answer
183 views

jQuery UI size effect on hover then return to original size

I'm still learning javascript, jQuery and jQuery UI and I'm trying to do something that seems so simple: Make a gray div box expand to a larger size on hover and remain at the new size while hovering ...
0
votes
0answers
168 views

jQuery UI 'easeoutbounce' needs to be more bouncy

I've created a div which drops to the bottom of the screen on click. It needs to bounce, so I've used 'easeOutBounce' as the ease effect. It works nicely but the client has requested that it's "more ...
0
votes
0answers
55 views

Create an if statement that tests for class (using hasClass) and only runs animation/effect if true

I have set up a series of nav effects/reveals/animations that occur on both .mouseenter and .click I have a set up like this: ------navC------ navA--------navB ----TRIGGER----- you mouseenter ...
0
votes
2answers
526 views

Slide div/image out partially with JQuery

i'm facing a problem i cant solve on my own: I got a div with a background image which i want to toggle slide up/down when the div is clicked. Problem is the image always slides up completely (100%) ...
0
votes
3answers
251 views

jquery effect highlight not working

I'm banging my head against the wall using the highlight feature, for which i use quite often. In the console when I run: $('.2').effect('highlight', {}, 3000); It returns: [​…​​] Which is the ...
0
votes
0answers
118 views

Has jQuery an 'animating'-event?

Has jQuery an animating-event (not :animated)? Something like step, but as extra method/event? Currently I trigger a custom event in each animations step-function: $('.foo').animate({property: ...
0
votes
1answer
90 views

How to show a percentage of an image using the jquery Show() method

i'm trying to create the same nice effect of and overlayed arrow (ie desktop version of chrome) when you swipe left or right in for a mobile browser. I use javascript and jQuery and for now i can ...
6
votes
4answers
355 views

Making div animate and appear rotating clockwise.i.e radialwipe clock effect for Div

I have been googling for a appear effect of div like here. Here image is drawn using < canvas > "radialwipe clock effect " How can I achieve this. I found this javascript library. But it ...
1
vote
1answer
70 views

How to get the fx object outside of step?

Let's say you have an element, $('#myDiv'), that is being animated. How would you access fx other than using step in options? Ideally, by using something like $('#myDiv').fx?
0
votes
0answers
102 views

Change Jquery standart effects with Flux-Slider effects

This my code: $("#headerimg" + currentContainer).fadeOut(function() { setTimeout(function() { $("#headertxt").css({"display" : "block"}); animating = false; ...
0
votes
0answers
124 views

Jquery Lazyload change of effect

I want to use lazy load with the flip-effect that I found here at ricostacruz so that when an image is loaded the placeholder-image will flip around and the loaded image will appear. ...
1
vote
1answer
60 views

Why text winces after end of function action in jQuery?

I am using jQuery for various animated text effects. In particular I use function fadeIn(). This effect works well. But there is strange behavior at the end of this action. The text winces immediately ...
1
vote
2answers
51 views

Disable typewriter function if already typing

I have a jQuery function that emulates a typewriter effect, I have it being called on the .mouseup() handler function. Now if the user releases the .mouseup() 2 times really fast the typewriter ...
1
vote
1answer
155 views

Why doesnt this simple jQuery transfer effect work?

I've included the jQuery UI stuff that I need and the jQuery core but still the following wont work: <div id="a" style="width: 500px; height: 500px; background-color: #F00; border: 1px solid ...
2
votes
1answer
150 views

trouble with jQuery animation JsFiddle Link -> jsfiddle.net/QYry5

I have written some code which is working fine but this animation works only first time and then it just loads and displays (no animation) $(document).ready(function () { $("li.moreInfo").hide(); ...
0
votes
2answers
226 views

How to make this javascript text effect work?

Yesterday I was looking for a text effect using javascript. I was pointed to this fiddle: http://jsfiddle.net/vCx6W/1/ and this is where it was posted: What to choose for typewriter effect in ...
1
vote
2answers
283 views

jQuery/javascript “rotate” effect for image swap upon change event

I'm looking for an image transition similar to the rotate effect in WOW Slider: http://wowslider.com/javascript-slideshow-quiet-rotate-demo.html The main difference is I want the transition to happen ...
0
votes
1answer
346 views

jQuery highlight/zoom in hovered item and dim others

Hey all i am trying my best to find a way to, when hovered on with the mouse, dim the other options around it and also to zoom (bring forward) the hovered item the mouse is currently on. My code can ...
2
votes
2answers
79 views

Please help me do this effect in my web (CSS or JQuery)

I doing a web and I want create a effect like it in this website : http://y2graphic.com/ In this web, you can see the section named "Chủ đề HOT" (Hot contents) , it has 3 images, when hover it ...
2
votes
1answer
198 views

Stop Pulsate jQuery Effect

I am currently using the kilianvalkhof jQUERY pulsate effet. http://kilianvalkhof.com/jquerypulsate/ My aim is to start the effect on a div when the user clicks on a menu item. When the user clicks ...
1
vote
1answer
869 views

jQuery UI slide effect cuts off part of div while transitioning

I am trying to implement a page transition using the jQuery UI slide effect. Unfortunately, when the transition is underway the page gets chopped off at the top. I have reproduced the issue using this ...

1 2 3 4 5