Home | History | Annotate | Download | only in docs

Lines Matching refs:actions

49         var actions = animation.actions;
50 for (var aIndex = 0; aIndex < actions.length; ++aIndex) {
51 var action = actions[aIndex];
83 assert(actions.length == 1);
287 funcStr += " var actions = [];\n";
288 var len = rec.actions.length;
291 var action = rec.actions[i];
299 funcStr += " actions.push(action" + i + ");\n";
301 funcStr += " timeline.push( { 'time':time, 'duration':duration, 'actions':actions,"