(value)
| 1174 | } |
| 1175 | |
| 1176 | duration(value) { |
| 1177 | return arguments.length ? this.totalDuration(this._repeat > 0 ? value + (value + this._rDelay) * this._repeat : value) : this.totalDuration() && this._dur; |
| 1178 | } |
| 1179 | |
| 1180 | totalDuration(value) { |
| 1181 | if (!arguments.length) { |
no test coverage detected