Re: [jQuery] interface 1.2 pause() function

2007-03-10 Thread Yansky
I'm just guessing here, but from reading the documentation, you might need to un-chain your animation. http://interface.eyecon.ro/docs/animate e.g. Something like this maybe: $(#msgContainer).DropInUp(500); $(#msgContainer).pause(5000); $(#msgContainer).DropOutUp(250); montare wrote: Based

Re: [jQuery] interface 1.2 pause() function

2007-03-10 Thread Joel Birch
On 10/03/2007, at 11:24 PM, Yansky wrote: I'm just guessing here, but from reading the documentation, you might need to un-chain your animation. http://interface.eyecon.ro/docs/animate e.g. Something like this maybe: $(#msgContainer).DropInUp(500); $(#msgContainer).pause(5000);

Re: [jQuery] interface 1.2 pause() function

2007-03-10 Thread Paul
To: jQuery Discussion. Subject: Re: [jQuery] interface 1.2 pause() function On 10/03/2007, at 11:24 PM, Yansky wrote: I'm just guessing here, but from reading the documentation, you might need to un-chain your animation. http://interface.eyecon.ro/docs/animate e.g. Something like this maybe

[jQuery] interface 1.2 pause() function

2007-03-09 Thread Paul
Based on a few examples I've googled up, I understand I should be able to pause between animation effects. I must not understand it properly, though, because I get absolutely no delay-the message drops in and back out instantly. Here's what I'm doing; as always, thanks for your input.

Re: [jQuery] Interface 1.2

2007-02-11 Thread Stefan Petre
Luke, can you explain a little bit more what are you want to do ? Stefan [-Stash-] wrote: Love Interface, but I noticed that one bug still isn't fixed in the ScrollTo plugin. Any news on when it might be fixed? More info: http://www.nabble.com/forum/ViewPost.jtp?post=8868839framed=y Luke

Re: [jQuery] Interface 1.2

2007-02-11 Thread [-Stash-]
I'm testing it at http://exhibitq.com/talk/discussion/1/html-test/#Comment_5 http://exhibitq.com/talk/discussion/1/html-test/#Comment_5 The internal anchor links on that page all worth as I would expect and scroll to each otehr very nicely (Top of Page, Bottom of Page and the a link to the

Re: [jQuery] Interface 1.2

2007-02-10 Thread Klaus Hartl
Stefan Petre schrieb: Hi, I just released Interface 1.2 . The big change in this release is the animate function. Now Interface overwrites the default 'animation' function with an extended one. The new 'animate' function brings several enhancements: * Animates a collection of

Re: [jQuery] Interface 1.2

2007-02-10 Thread Dmitry Rudakov
Klaus Hartl wrote: Especially stop() is what a lot of people waited for! Maybe... but I cannot evaluate it because it doesn't work in Safari. Or it works but it results to flickering in Safari anyway... But I quite agree with Klaus that Interface is very cool anyway. Thanks, Dmitry

Re: [jQuery] Interface 1.2

2007-02-10 Thread [-Stash-]
Love Interface, but I noticed that one bug still isn't fixed in the ScrollTo plugin. Any news on when it might be fixed? More info: http://www.nabble.com/forum/ViewPost.jtp?post=8868839framed=y Luke Stefan Petre wrote: Hi, I just released Interface 1.2 . The big change in this release

[jQuery] Interface 1.2

2007-02-09 Thread Stefan Petre
Hi, I just released Interface 1.2 . The big change in this release is the animate function. Now Interface overwrites the default 'animation' function with an extended one. The new 'animate' function brings several enhancements: * Animates a collection of properties using one timer instead

Re: [jQuery] Interface 1.2

2007-02-09 Thread Alexandre Plennevaux
Woohoo! Awesome ! You just had me discover the fun of playing with 350px-width borders! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: vendredi 9 février 2007 23:56 To: jQuery Discussion. Subject: [jQuery] Interface 1.2 Hi, I just

Re: [jQuery] Interface 1.2

2007-02-09 Thread Charles Capps
Stefan Petre wrote: Hi, I just released Interface 1.2 . The big change in this release is the animate function. Now Interface overwrites the default 'animation' function with an extended one. The new 'animate' function brings several enhancements: * Animates a collection of