Skip to content

Commit

Permalink
note added about androids weak keyframe animation impl. cc @daneden.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 14, 2011
1 parent 33f00fb commit 7c48bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ window.Modernizr = (function( window, document, undefined ) {
};


// Note, Android < 4 will pass this test, but can only animate
// a single property at a time
// daneden.me/2011/12/putting-up-with-androids-bullshit/
tests['cssanimations'] = function() {
return testPropsAll('animationName');
};
Expand Down

2 comments on commit 7c48bd2

@daneden
Copy link

Choose a reason for hiding this comment

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

Thanks @paulirish =)

@paulirish
Copy link
Member Author

Choose a reason for hiding this comment

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

Please sign in to comment.