vbence
vbence

Reputation: 20333

How to detect redraw rate (fps) of a css animation?

I'm interested in the fluency of my CSS animations. As some extra points:

Upvotes: 6

Views: 1613

Answers (2)

GroovyDotCom
GroovyDotCom

Reputation: 1374

Chrome Beta for Android supports getting FPS by setting flag in chrome://flags

Upvotes: 2

vbence
vbence

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

Related Questions