George Smith wrote:
>
> Hi All,
> What it does:
> Overwrites the standard animate functions with custom easing functions
> from Robert Penner.
>
> http://gsgd.co.uk/sandbox/jquery.easing.php
>
> [...]
>
Hi,
well done. I worked on a similar plugin for extending the animation
capabilities for my jCarousel plugin. But i stopped because i didn't liked
to hack the jQuery core code. But i'm sure John will think about to let
jQuery.fx accept the new easing-option by default since it would be a great
addition with just a few more lines of core code.
Btw, i would prefer extending jQuery.equations instead of overwriting them:
jQuery.extend(jQuery.equations, {
expoin: function(t, b, c, d) {
...
},
...
});
Jan
--
View this message in context:
http://www.nabble.com/jQuery-easing-plugin---pre-release-tf2231674.html#a6187807
Sent from the JQuery forum at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/