Activate your free membership today | Log-in

Friday, January 30th, 2009

Cubic Bezier timing function for all

Category: Canvas

<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:

  • Bezier curve
    A Bezier curve is a mathematically defined curve used in two-dimensional graphic...
  • cubic meter (meter cubed)
    The cubic meter is the unit of volume in the International System of...
  • meter cubed
    The cubic meter is the unit of volume in the International System of...
  • cubic foot
    The foot cubed, also called the cubic foot, is the unit of volume in the English foot-pound-second (fps)...
  • BBP
    Bezier surface...

Posted by Dion Almaer at 7:26 am
1 Comment

++++-
4.8 rating from 15 votes

1 Comment »

Comments feed TrackBack URI

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.

Comment by HiveHicks — February 6, 2009

Leave a comment

You must be logged in to post a comment.