MCPcopy Index your code
hub / github.com/tweenjs/tween.js / repeat

Method repeat

src/Tween.ts:367–371  ·  view source on GitHub ↗
(times = 0)

Source from the content-addressed store, hash-verified

365 }
366
367 repeat(times = 0): this {
368 this._initialRepeat = times
369 this._repeat = times
370 return this
371 }
372
373 repeatDelay(amount?: number): this {
374 this._repeatDelayTime = amount

Calls

no outgoing calls

Tested by

no test coverage detected