On Aug 23, 2:39 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote:
> I sincerely appreciate u taking the pain to write out the pseudo code and
> docs to help me make it better.
Lets call it "Delicious Pain" <g>
> I will make sure i add both of ur
> suggestions into 0.2.0, which should not take much time.
Great. It always helps to provide "text" to authors.
I added this right before the return statement:
//-------------------------
// HLS: 2008.08.23
// - validates existence of fx function in jQuery.easing
//-------------------------
if (!(o.fx in jQuery.easing)) {
alert("bad fx: "+o.fx+"\ndefaulting to linear");
o.fx = "linear";
}
//-------------------------
and this works nicely. :-)
--
HLS