(value, suppressEvents)
| 1229 | } |
| 1230 | |
| 1231 | iteration(value, suppressEvents) { |
| 1232 | let cycleDuration = this.duration() + this._rDelay; |
| 1233 | return arguments.length ? this.totalTime(this._time + (value - 1) * cycleDuration, suppressEvents) : this._repeat ? _animationCycle(this._tTime, cycleDuration) + 1 : 1; |
| 1234 | } |
| 1235 | |
| 1236 | // potential future addition: |
| 1237 | // isPlayingBackwards() { |
no test coverage detected