Home
last modified time | relevance | path

Searched refs:easyeasy (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4538 easyeasy = R.easing_formulas[easing];
4539 if (!easyeasy) {
4540 easyeasy = Str(easing).match(bezierrg);
4541 if (easyeasy && easyeasy.length == 5) {
4542 var curve = easyeasy;
4543 easyeasy = function (t) { function
4547 easyeasy = pipe;
4560 easing: easyeasy,
/plugin/callflow/
H A Draphael.js4899 easyeasy = R.easing_formulas[easing];
4900 if (!easyeasy) {
4901 easyeasy = Str(easing).match(bezierrg);
4902 if (easyeasy && easyeasy.length == 5) {
4903 var curve = easyeasy;
4904 easyeasy = function (t) { function
4908 easyeasy = pipe;
4921 easing: easyeasy,
/plugin/advrack/
H A Draphael.js4899 easyeasy = R.easing_formulas[easing];
4900 if (!easyeasy) {
4901 easyeasy = Str(easing).match(bezierrg);
4902 if (easyeasy && easyeasy.length == 5) {
4903 var curve = easyeasy;
4904 easyeasy = function (t) { function
4908 easyeasy = pipe;
4921 easing: easyeasy,