[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:33:06 UTC