(animationIterations: number)
| 435 | }; |
| 436 | |
| 437 | const iterations = (animationIterations: number) => { |
| 438 | _iterations = animationIterations; |
| 439 | |
| 440 | update(true); |
| 441 | |
| 442 | return ani; |
| 443 | }; |
| 444 | |
| 445 | const parent = (animation: Animation) => { |
| 446 | parentAnimation = animation; |