X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Easing.html diff --git a/docs/source/Easing.html b/docs/source/Easing.html index b83582a2..b25dd278 100644 --- a/docs/source/Easing.html +++ b/docs/source/Easing.html @@ -35,8 +35,12 @@ speed over its duration. The following options are available: - elasticOut - cubic-bezier(x1, y1, x2, y2) -Note that cubic-bezier will create a custom easing curve following the CSS3 transition-timing-function specification `{@link http://www.w3.org/TR/css3-transitions/#transition-timing-function_tag}`. The four values specify points P1 and P2 of the curve -as (x1, y1, x2, y2). All values must be in the range [0, 1] or the definition is invalid. +Note that cubic-bezier will create a custom easing curve following the CSS3 [transition-timing-function][0] +specification. The four values specify points P1 and P2 of the curve as (x1, y1, x2, y2). All values must +be in the range [0, 1] or the definition is invalid. + +[0]: http://www.w3.org/TR/css3-transitions/#transition-timing-function_tag + * @markdown * @singleton */