sness
blog of sness
Friday, March 02, 2012
CSS and Canvas Bezier timing function editor
CSS and Canvas Bezier timing function editor
: "Usage
CSS
transition-timing-function: cubic-bezier(0.95,0.29,0.08,0.52);
JavaScript with KeySpline
var k = new KeySpline(0.95,0.29,0.08,0.52); ... k.get(time);"
'via Blog this'
Newer Post
Older Post
Home