Friday, January 30th, 2009
Cubic Bezier timing function for all
<p>Christian Effenberger is up to his tricks once again. This time he has created a cubic-bezier-timing function in the public domain that is compatible with-webkit-transition-timing-function:
I thought that in addition to the -webkit-transition-timing-function cubic-bezier(), support for a 100% compatible easing defined by a cubic bezier function as a public domain javascript would be welcome.
It should work in all the major browsers – Mozilla Firefox, Opera, Safari, Chrome and IE.

Related Content:











Is there a function that describes straight dependency of y on x (that is, the dependency of a changing value on time). I want to implement similar animation using JavaScript and I want to update parameter’s value using equal timeouts.