My understanding is that the Interface library has been depreciated in
favour of jQuery UI.  I have found the Interface library to be rather
buggy even with a supported version of jQuery though, and have ended
up coming up with my own solutions to interface problems instead.  I
don't think UI provides any extensions to the animations provided but
it shouldn't be too hard to produce your own version with the jQuery
animate() function and the correct CSS props.

On Sep 18, 2:48 am, moltar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using the latest jQuery v1.2.1 and the latest available Interface
> v1.2. Here is the sample code that I have broken down to:
>
> $(document).ready(function(){
>         $('a.slide').click(function() {
>                 $('#box').SlideOutLeft('normal');
>         });
>
> });
>
> Firebug goes bananas when the event is fired and keeps looping over
> the same error, producing thousands of error messages. The error
> message reads: "this.options.curAnim has no properties".
>
> Here is the ZIP archive with test files:http://www.mediafire.com/?9eha1idjyyx

Reply via email to