views:

191

answers:

1

The title says it all...

A: 

Use element.style.webkitTransitionTimingFunction = 'value';

ThiefMaster
I learned this the hard way but the `w` of webkit should be Upper case. Same goes for Moz and O.Webkit and Moz seem to alias things so the lowercase version works as well, but opera doesnt. And the spec leans towards a capital
Paul Irish