Skip to content

jQuery Transit doesn't work with jQuery 1.8.2#81

Closed
emersion wants to merge 1 commit intorstacruz:masterfrom
symbiose:master
Closed

jQuery Transit doesn't work with jQuery 1.8.2#81
emersion wants to merge 1 commit intorstacruz:masterfrom
symbiose:master

Conversation

@emersion
Copy link

$(elem).css('transform') now returns 'none' instead of null

@yvesvanbroekhoven
Copy link

Thanks, worked for me!

@miketaylr
Copy link

+1, this would fix #82 as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea to "cache" a reference to $(elem).css('transform') so you don't have to call $.fn.css 2 or 3 times.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's right, here's a good fix : #77

@rstacruz
Copy link
Owner

Already fixed by other contributions. Thanks!

@rstacruz rstacruz closed this Dec 13, 2012
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

Successfully merging this pull request may close these issues.

5 participants