(animationDirection: AnimationDirection)
| 386 | }; |
| 387 | |
| 388 | const direction = (animationDirection: AnimationDirection) => { |
| 389 | _direction = animationDirection; |
| 390 | |
| 391 | update(true); |
| 392 | |
| 393 | return ani; |
| 394 | }; |
| 395 | |
| 396 | const fill = (animationFill: AnimationFill) => { |
| 397 | _fill = animationFill; |