Reputation: 20333
I'm interested in the fluency of my CSS animations. As some extra points:
Upvotes: 6
Views: 1613
Reputation: 1374
Chrome Beta for Android supports getting FPS by setting flag in chrome://flags
Upvotes: 2
Reputation: 20333
Negative answer: window.getComputedStyle
will not yield any result because the JS program itself (so the number of mesurements) will slow down on high animation load.
See: http://jsfiddle.net/9xQ5H/17/
Upvotes: 1