A jQuery plugin to give advanced easing options.
0
votes
0answers
5 views
Integrating jquery easing into Nivo Slider
Has anyone managed to use jquery easing effects on a Nivo Slider? Cant find this anywhere?
1
vote
0answers
65 views
Jquery slide toggle hide and show
I need to hide one div and show another using slide function of jQuery.
In hide function, I am using this code
$("id").hide("slide", { direction: 'left' },1000);
and in show I am using this code:
...
0
votes
1answer
41 views
How do I make a box with Jquery easing expand from centre
Hey guys I'm pretty new here and was wanting to know some jquery info for a university project.
I'm using two jquery scripts:
jquery-1.9.1.min.js
jquery.easing.1.3.js
Here's an example I've done ...
0
votes
1answer
76 views
Adding easing to smooth scrolling
I have a fairly long single page site which I use navigation to scroll up and down vertically through the different sections. Currently I am using the following javascript to accomplish this.
...
2
votes
3answers
58 views
jQuery easing of an image not working
For whatever reason I cannot get the easing to work on some images. The browser just loads them instantly without easing.
What I'm trying to accomplish is so that the side images slide from the ...
0
votes
0answers
39 views
jBreadCrumb and jQuery 1.9
I'm newbie in jQuery and I like breadcrumb plugin http://www.comparenetworks.com/developers/jqueryplugins/jbreadcrumb.html but it not work with jQuery 1.9.0. Is it possible to fix this to work with ...
0
votes
1answer
38 views
easing options in jquery is not working
I have tried using easing so many times for education purposes but in vain my trials never succeeded surely I did something wrong but for two days now I could not identify the mistake, so I include ...
0
votes
0answers
39 views
IE giving problam injquery easing
i have made a site with horizontal scrolling
it renders fine on Firefox and chrome i didn't check for safari
but it is not rendering in IE 7 and IE8
[Runs on IE8 on my colleague PC but not mine and ...
1
vote
0answers
340 views
JQuery animate() with easing plugin
SOLVED Thanks everyone for help inccorrect path to plugin is so unnecessary error...
Hi I have problem with using JQuery easing plugin with animate() function in Jquery. I am searching on web and I ...
1
vote
1answer
54 views
How do I check if a specific jquery-easing method is defined?
I have a jQuery plugin. One of the options is what easing method to use for animations. I want to be able to check if the easing method is defined, before I go on and call the $.animate(...) function ...
0
votes
1answer
75 views
jquery and easing effect loop and pause
http://jsfiddle.net/6jxQs/18/
this is my code, I want somehow to elements show one by one with timeout of 700ms.
Currently all elements are shows at once.
I tryied with setInterval and setTimeout ...
0
votes
0answers
172 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 ...
1
vote
1answer
139 views
jquery accordion animate no method
I have have the following code,
$("#nav").accordion({
event: "mouseover",
autoHeight: false,
collapsible: false,
animate: ...
0
votes
1answer
125 views
jQuery Cycle plugin: Unpredictable behaviour after current browser tab loses focus
We have developed a jQuery plugin based on the jQuery Easing and Cycle plugins. A sample can be seen at http://jsfiddle.net/Dx5N4/3/embedded/result/. The idea is to have multiple lists of items ...
-2
votes
1answer
282 views
jquery.easing.js compatibility issue [closed]
At this site, the menu and slide banner do not work together.
Below before </body> there are two scripts for each menu and banner and they use same or different jQuery version.
If I use ...
0
votes
2answers
46 views
JQuery look up ul with class name
I would like to add some animations on my menu bar, the code is as follows
html
<ul class="my_menu">
<li class="home">
<p><a href="#">Home</a></p>
...
0
votes
1answer
56 views
onload image go from 0 width to 100px width with easing
I need to "slide in" a (background-)image in a div.
When I load the page, some div with a bg image or image inside it (and overflow?) needs to go from invisible/width=0 to 100px width. This needs to ...
0
votes
1answer
83 views
Passing function instead of string for jquery easing using CoffeeScript
I'm trying to pass my own function into a jquery animation to create my own easing function. This code is written in coffeescript and is actually called, but does not perform an easing function. It ...
4
votes
1answer
294 views
Jquery ScratchOut effect
I am searching for the scratchOut effect, call it whatever you like.
Its the effect of an image being erased from the foreground so the background image becomes visible.
I have tried to recreate ...
0
votes
3answers
483 views
Need help resolving what appears to be a jQuery/MooTools conflict
I am attempting to implement a jQuery plugin called Textify which I purchased on CodeCanyon.
Textify requires jQuery, and I am implementing this plugin in a Joomla 2.5 environment using the Vertex ...
0
votes
1answer
61 views
Jquery Bind / Unbind
On my site I have a contact button that when pressed slides a div containing a contact form downwards (using jQuery animate). This div has a close button in it that when pressed slides it back up ...
4
votes
5answers
973 views
HTML Tabbed Form Sliding
I have a three page registration form that is split up amongst three tabs all developed upon bootstrap. I want to slide one page into another after the current page has been validated. Here is a ...
2
votes
0answers
359 views
jQuery scroll to using the scroll wheel
So I'm attempting to grasp the beginning of how to get a function working beyond just seeing plugins do what I ask. For example this plugin does a "jump to" upon clicking those div links in the nav. ...
1
vote
1answer
164 views
Use quicksand with non-fixed height/width container
Is there a way to use the Quicksand plugin (http://razorjack.net/quicksand/) with a container which is set to percentage dimensions rather than fixed? It functions fine but the animations don't work ...
0
votes
1answer
92 views
Customize Easing in Jquery
So I have an issue with the documentation for easing. I have looked in the code and have found something that I would like to customize but currently have no knowledge on how to. Here is the ...
0
votes
1answer
166 views
Error - easeInBounce is not defined
I am attempting to use jQuery easing function easeInBounce and I see this error:
ReferenceError: easeInBounce is not defined
I am using jQuery 1.8, Easing 1.3 and jQuery UI 1.8.23.
Here is my code
...
0
votes
2answers
682 views
How to add easing effect on jquery .css function?
How do you add the Jquery easing effects to your jquery script when using .CSS functions?
For example in this other line i made it work, but i can't make it work with .CSS
i am using the jquery easing ...
0
votes
0answers
82 views
I can't activate callback in a jQuery easing animated image
I'm new to web programing and am taking my first shot with Javascript/jQuery. So far so good, but I got stuck with this problem : once I make the movement using the easing plugin (from GSGD) I can't ...
1
vote
1answer
142 views
Image fader with rectangular fade-in expanding from middle to edges
I'm replacing a custom Flash animation with a jQuery. The old animation used a mask that moved like a curtain opening: the center appears first and the image fades in laterally on both sides in a ...
0
votes
0answers
68 views
How do I programmatically get the current default easing function in jQuery?
$.easing contains the built-in easing functions, but it doesn't seem to contain any information on which one is the current default (i.e. the one that is used if an easing function is not explicitly ...
0
votes
0answers
139 views
JS\Jquery - Use easing function on a variable
I have a CSS\JS based gauge with a dial that is animated with a jQuery.easing function.
I want to have a numerical counter that raises with the dial. For this to happen, I'll need to apply the same ...
0
votes
1answer
274 views
I can't figure out how to do easing in jQuery
This is what I've pieced together from the internet. The slideDown works but it still looks linear. Is my aproach completely wrong or am I just missing something subtle? And how do I get it working?
...
0
votes
1answer
255 views
Sudden failure of jQuery script - Unable to correct issue(s)
I have a site that needs to go live by Monday and has experienced sudden issues in main homepage components. Any help would be greatly appreciated!
Yesterday, everything worked fine. I undid the ...
0
votes
1answer
552 views
JQuery animation not working on anchor tag
I am using the easing plugin to 'shake' my anchor tag when a user hovers with the mouse. It works if I attach it to any element other than the <a> tag. I also tried attaching the behavior to ...
0
votes
0answers
158 views
Can anyone tell me how to write a custom easing function using jQuery
Recently, I started some projects using jQuery.animate(). I am curious how to write the easing function. I found out this:click here
Can anybody explain to me what this function means?
...
0
votes
1answer
927 views
Hover out jQuery elastic slide-back not working
I'm having a bit of an issue getting the return animation to play on the hover out state.
$("#porttab").hover(function(){
$(this).stop().animate({"top" : "40px"}, {
duration: 'slow',
...
0
votes
1answer
142 views
Link 'Out' of jQ
From the top:
I'm using the Yin & Yang WP theme ('http://onioneyethemes.com/yin-and-yang/') for my portfolio and I've run into a little bit of a snag with/on the jQ side of things. I've copied ...
0
votes
2answers
350 views
JavaScript -Change CSS color for 5 seconds - How to add easing effect?
With the reference to this question:-
JavaScript -Change CSS color for 5 seconds
Working demo of the answer:-
http://jsfiddle.net/maniator/dG2ks/
I need to know how i can add an easing effect to ...
2
votes
1answer
441 views
Jquery quicksand not scaling
Every thing is working the way I want it, the only issue is that its not scaling when you click on the filters (one bed/two bed) its only only fading. The original quciksand example fades and scales ...
0
votes
1answer
103 views
Jquery Slide after reveal filter
I have a filter action that is working the way I want each div fades in or out on click; however when the divs fade out or in, instead of just jumping over I would like to see them slide into place.
...
2
votes
2answers
2k views
jQuery slide up/down content on mouse over/out after two seconds - bug
When mouse is over the image, span content slides down after two seconds, also when I move cursor out of image, after two seconds span slides up, that's work fine.
I want to span be displayed if ...
0
votes
1answer
449 views
Anti-aliased image in IE8/7. What are my options?
So I'm working on a project for a client and they have an image. They want the image to move at an angle to a certain position on the page. When it does the image becomes jagged and non-anti-aliased ...
2
votes
3answers
2k views
Looking for a “swing”-like easing expressible both with jQuery and CSS3
I have to perform two animations on an object simultaneously.
For a number of reasons, I want to use jQuery for the vertical animation and CSS3 for the horizontal one.
On jQuery side, swing easing ...
2
votes
2answers
247 views
Jquery easing doesnt work on font size?
I would like to know if any of you have experienced this and workarounds employed if they exist.
When i use animate normally on font-size it works perfectly. However, when i use easing equations ...
1
vote
3answers
363 views
Jquery code works on JsFiddle, but not on my computer anymore
I have a little problem and got tired of trying to solve it. The jQuery easing code works perfectly on jsfiddle, but doesn't work on my testing server on the localhost anymore. When I remove the ...
5
votes
5answers
3k views
Smooth out this jQuery toggle animation?
The animation produced by my jQuery function is shaky, and I've been looking through different SO solutions, such as adding jquery.easing, but no luck. Is the problem the iframes in each div?
Any ...
0
votes
1answer
151 views
jquery modification, ease to hide/show and my syntax sucks
Finally got a scrolling menu in for the customer, and now the want it to be a show() hide() situation. I don't understand jquery enough to do anything other than use it like legos yet.
My first ...
0
votes
1answer
247 views
jquery replace easing and animation
I've been playing with the easing on a menu so long that it is making me dizzy. I have a menu and when you click on it, it eases the associated content into view. I'm not sure what search terms to ...
1
vote
1answer
211 views
Display list item over a div
I have a menu bar, whose menu li stretch down on mouse hover. It pushes sidewards a div below this menu bar div. But I want those stretch down lis to display over the mentioned div, without pushing it ...
0
votes
1answer
652 views
How to use easing with Jquery dialog widget
I'm using the jquery dialog widget in the jquery UI to show a form in a modal dialog. I would like to customize the animation, but I don't see anything in the options other than specifying the effect ...


