Home | History | Annotate | Download | only in tweenengine

Lines Matching refs:START

49  *      .start(myManager);
53 * {@link TweenManager} class. If you choose to manage your tween when you start
71 * {@link registerAccessor()}, when you start your application.
196 * .start(myManager);
234 * .start(myManager);
273 * .start(myManager);
292 * each iteration start, after the delay.
304 * .start(myManager);
308 * start.
316 tween.setCallbackTriggers(TweenCallback.START);
463 * from the <b>value at start time (after the delay, if any)</b> to this
468 * - start value: value at start time, after delay<br/>
481 * from the <b>values at start time (after the delay, if any)</b> to these
486 * - start values: values at start time, after delay<br/>
501 * from the <b>values at start
506 * - start values: values at start time, after delay<br/>
523 * from the <b>values at start time (after the delay, if any)</b> to these
528 * - start values: values at start time, after delay<br/>
542 * at start time (after the delay, if any)</b>.
546 * - start value: value at start time, after delay<br/>
547 * - end value: param + value at start time, after delay
560 * at start time (after the delay, if any)</b>.
564 * - start values: values at start time, after delay<br/>
565 * - end values: params + values at start time, after delay
580 * at start time (after the delay, if any)</b>.
584 * - start values: values at start time, after delay<br/>
585 * - end values: params + values at start time, after delay
602 * at start time (after the delay, if any)</b>.
606 * - start values: values at start time, after delay<br/>
607 * - end values: params + values at start time, after delay
623 * Adds a waypoint to the path. The default path runs from the start values
640 * Adds a waypoint to the path. The default path runs from the start values
646 * Note that if you want waypoints relative to the start values, use one of
662 * Adds a waypoint to the path. The default path runs from the start values
668 * Note that if you want waypoints relative to the start values, use one of
686 * Adds a waypoint to the path. The default path runs from the start values
692 * Note that if you want waypoints relative to the start values, use one of
707 * from the start values to the end values. Default is a catmull-rom spline,