zeyasem2003 / jqueryjs

Automatically exported from code.google.com/p/jqueryjs
0 stars 0 forks source link

this.options.curAnim undefined #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use plugins/interface/ifxpulsate.js

What is the expected output? What do you see instead?
this.options.curAnim undefined in Firefox 2.0.0.7

What version of the product are you using? On what operating system?
jQuery 1.2.1 - New Wave Javascript

The following fixes the issue: 

    // Each step of an animation
    step: function(){
              ...
            if(!this.options.curAnim)
                this.options.curAnim = {};
            this.options.curAnim[ this.prop ] = true;

Original issue reported on code.google.com by jbo...@gmail.com on 30 Sep 2007 at 1:50

GoogleCodeExporter commented 9 years ago
Thank you for writing up this problem.  Unfortunately we use a different bug 
tracking system at http://dev.jquery.com/ so this issue was just noticed.  In 
the 
future, please use that system for tracking issues.  We are going to check the 
current google issues and then close this issue database to help stop any 
confusion 
about which to use.

Unfortunately it is my understanding that Interface was not updated with jQuery 
1.2 
and ui.jquery.com is working to replace that functionality.  If you still want 
to 
use Interface, I'm afraid you'll have to use a pre-1.2 version of jQuery.

Thanks.

Original comment by davidser...@gmail.com on 11 Jan 2008 at 6:28