Re: [css3-transitions] Frame Rate

Q: Why would you want to limit the FPS?

From: Martijn Korteweg 
Sent: Tuesday, September 11, 2012 10:31 PM
To: www-style@w3.org 
Subject: [css3-transitions] Frame Rate
Hi,

Every time I build css transitions into our animated experiences, our team always comes back to the same question. Can we limit the frame rate of css transition? So we can keep the feel of what our animators creating and what is shown in our html5 translated animation. I was just wondering what your thoughts are on adding a feature like this to the spec.

Example:
div {
transition-duration: 1s;
transition-property: all;
transition-fps: 23.976;
}

martijn korteweg
TBWA\Media Arts Lab

Received on Friday, 14 September 2012 16:49:07 UTC