Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'length' of undefined #45

Open
dknight opened this issue Mar 12, 2013 · 3 comments
Open

Uncaught TypeError: Cannot read property 'length' of undefined #45

dknight opened this issue Mar 12, 2013 · 3 comments

Comments

@dknight
Copy link

dknight commented Mar 12, 2013

When trying to use animate function with transformations.
Like
$("#foo").animate({
scale: 1.5
}, 1000);

@KBorders01
Copy link

This issue looks like it is specific to scale, which hits the default $.fx.multipleValueStep function. This function tries to read fx.values, which is undefined, hence causing the crash.

@yuxhuang
Copy link

I have a pull request to fix the 1.8 animation issues with a tweener implementation. It should be stable enough for use.

Sent from Mailbox for iPhone

On Tue, Apr 16, 2013 at 7:27 PM, KBorders01 notifications@github.com
wrote:

As a work-around, you can use a matrix to apply a scale, and that should animate properly.

Reply to this email directly or view it on GitHub:
#45 (comment)

@KBorders01
Copy link

Thanks yuxhuang!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants