The jquery-easing tag has no wiki summary.
11
votes
3answers
2k views
jQuery elastic easing equation
How can I modify this jQuery easing function to produce a less exaggerated bounce?
$.easing.easeOutElasticSingleBounce = function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) ...
10
votes
5answers
3k views
Looking for jQuery easing functions without using a plugin
I'm looking for an online list of custom easing functions that I can use with jQuery.
I'm not interested in using a plugin for this, nor am I using jQuery UI.
I found one below that does a nice ...
8
votes
1answer
827 views
How to implement JQuery easing into this window scroll movement function?
With this code I've been able to capture the mousewheel movement and apply it to the horizontal scroll bars instead of the vertical default.
$('html').bind('mousewheel', function(event, delta) {
...
5
votes
5answers
335 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 ...
4
votes
5answers
4k views
jQuery easing animation of window scroll in Firefox (bug or my bad?)
THE EXAMPLE
First and foremost, here's my code and problem:
http://www.nathanstpierre.com/MBX/showoff.html
THE ISSUE
So what I'm seeing is when you click the buttons on the left, the window scrolls ...
3
votes
1answer
94 views
jQuery tutorials / books that would teach to write code like this
If I see a cool effect on a website I view the source of jquery and usually I can wrap my head around it ,however, I was looking at the slider for http://www.mckinsey.com and viewed the jQuery source ...
2
votes
2answers
50 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 ...
2
votes
1answer
123 views
jQuery Animations or jQuery Easing?
Stick with me on this one. I'm trying to mimick CSS3 transitions and (as an example) I quite liked how the logo came in and did a "bounce" effect on http://metalabdesign.com
I've created a quick ...
2
votes
1answer
119 views
Help with custom jquery easing function
I need a rather atypical jquery easing function. It's basically the opposite of your traditional easeInOut easing because I want the process to go from a fast intro to a slower middle part to a fast ...
2
votes
1answer
77 views
Seeking jQuery-based transition library
I'm looking for a library (or plugin) that help me create a slideshow where (besides the simple ordering of images) I'm able to define the beginning and ending positions (either X/Y, or Zooms) for a ...
2
votes
3answers
964 views
jquery easing graphs
Just found the illustration (graphical) of jQuery Easing plugin http://james.padolsey.com/demos/jquery/easing/
What does these graphs exactly represent.
I tried to work/analyze the Easing Plugin ...
2
votes
1answer
449 views
localScroll and easing scrolling troubles
I'm using localScroll and easing to smoothly scroll my site: http://www.pressedweb.com/beta
Everything is cool, but if the user tries to scroll before localScroll or easing are done doing their ...
1
vote
4answers
74 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 ...
1
vote
3answers
44 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 prefectly on Jsfiddle, but don't work on my testign server on the localhost anymore. whenever I removed the ...
1
vote
1answer
39 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 ...
1
vote
1answer
206 views
jQuery Custom Easing Plugin with .animate
I'm using a jQuery plugin for custom Easing (jQuery Easing v1.3 -http://gsgd.co.uk/sandbox/jquery/easing/) to add custom easing to my jQuery Tools scrollable instances like so:
...
1
vote
3answers
142 views
jQuery easing: How to chain animations together as one easing animation?
I have two animations that I would like to group as one animation so that the easing will carry over and continue into the next animation. The second animation needs to start after the first one has ...
1
vote
1answer
226 views
jQuery 1.6.2 Line 8493 IE8
Update: RESOLVED.
Hio,
So I can't figure out why this error is ocurring in IE8 ONLY, on http://www.vulytrampolines.com/store. We think it has something to do with the countdown timer.
Object ...
1
vote
1answer
720 views
jQuery - SlideDown easing
i was wondering if there is any way to make a slideDown() movement to look more smooth without the use of jQuery UI, just plain jquery.
I have this function:
function optionz(){
...
1
vote
0answers
58 views
jQuery easing - causing form to not tab?
We are using the following plugin:
http://code.google.com/p/jquery-swip/source/browse/trunk/jquery.easing.1.3.js?r=4
When it is in our site, we cannot tab between input boxes within forms - if we ...
1
vote
1answer
938 views
Strange problem w/ IE7 and jquery animation: using jquery 1.3.2, coda-slider 2.0, and jquery.easing 1.3
I am trying to modify Coda-Slider 2.0 (http://www.ndoherty.biz/tag/coda-slider/) to use percentage-based widths, instead of hardcoded pixel widths, to allow for fluid resizing. I've gotten it to work ...
1
vote
1answer
422 views
Make a div fall off the page
So I have been playing with jQuery for a good time now and I'm trying to get an effect to work properly. I have a main square div in the middle of the page and when someone clicks a link I want the ...
0
votes
1answer
47 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
31 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 ...
0
votes
1answer
47 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 ...
0
votes
1answer
85 views
jquery easing with animate
i have a page that shows a div on mouseover i want the page to move to the div on focus....i got help here to do that...
Now i want the onfocus to the div to move with the easing plugin and move ...
0
votes
2answers
213 views
Customize jQuery easeOutElastic function
I've got a side scrolling web site under jQuery control, with several pages that are thousands of pixels apart, horizontally. I'm using the easeOutElastic function, but the animation happens way to ...
0
votes
1answer
104 views
Changing DIV size, smoothing with jQuery Easing
I've been reading up on the Easing function on the jQuery website. My intended goal is to smooth out a Div adjustment which occurs when a form is submitted.
JFiddle - http://jsfiddle.net/9qbfF/
...
0
votes
0answers
219 views
JQuery Easing: How do I loop sliding content?
I have a sample site here that uses a content slider on the home page. My client is requesting that the slides continue scrolling through instead of jumping back to the first slide after they have all ...
0
votes
0answers
205 views
Floating menu jquery depending on windows size
i've got a problem with a float jquery menu. Well, it works perfectly. But when the browser windows size changes it comes to a problem. When the windows is big enough it scrolls/slides perfectly but i ...
0
votes
1answer
200 views
jQuery: offset() animation and ajax
I'm having a little problem with jQuery ajax and an animation.
I have a layout with a menu that call my page and when loaded, provide a little animation with jQuery easing
Here's my ajax.js
...
0
votes
1answer
424 views
How do I add JQuery Easing to my simple HoverIntent menu
I've made a simple menu that uses Hover Intent.
Here is the menu (with JQueryEasing linked to it).
At the moment is just uses .animate to animate the opening and closing of the menu items.
How ...
0
votes
0answers
55 views
jaquery easing effect [closed]
HI
I WANT JQUERY EASING EFFECT IN MY WEBSITE .CAN ANY ONE PLEASE HELP HOW TO PROCEED ??
THANKS IN ADVANCE
0
votes
1answer
882 views
Coda Slider and Fancybox Conflict
i have some issues with Coda Slider and Fancybox.
I use Fancybox to load an external Site within an Iframe and Coda Slider is for the Content Slider on the Startpage.
If i have the jquery-easing ...
0
votes
1answer
342 views
Can I use jQuery easing with existing CSS mouseovers that use background-position?
I have a series of image mouseover links that change background-position when hovered. Is it possible to use jquery easing with these links without changing my CSS3? If so does anyone have any ...
0
votes
1answer
514 views
jquery easing problem
I have what I thought was a simple piece of jquery, but it's turning out to be a pain.
The slideUp part of this works fine, but it doesn't then slide down... It does work though if I take out the ...
0
votes
2answers
897 views
Plugin: Kwicks for Jquery works perfectly with Jquery 1.2.6 but not 1.4.2
This is about the (mootools-like) kwicks Jquery plugin: http://www.jeremymartin.name/projects.php?project=kwicks
I have the same problem as this guy here ...
0
votes
1answer
793 views
slideup and slide down with animate easing
I need a smooth slide effect and i cant seem to understand what I am doing wrong. I have tried the following
$(document).ready(function(){
$('.drop2').click(function(){
var $next = ...