Re: [css3-transitions] Frame Rate

On 9/28/12 1:52 AM, Jon Rimmer wrote:
> Let me try and illustrate it:
>
>     Time               0.00        0.25        0.50        0.75        1.00
> 1) Animator Drawn     x           x           x           x           x
> 2) Tool Interpolated  x x x x x x x x x x x x x x x x x x x x x x x x x
> 3) CSS Interpolated   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

That's actually not quite right.  That shows CSS running at 48fps.  But 
in reality it tries to do so at 60fps, which is not divisible by 24 in 
the first place.  So trying to shoehorn 24fps into this setup is a bit 
complicated.  Unless you want to run your timer at 120Hz, with the 
resulting battery hit.

-Boris

Received on Friday, 28 September 2012 15:06:44 UTC